#07CB3F

Color #07CB3F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #07CB3F

Tints of Dark Pastel Green #07CB3F

Color information

#07CB3F (or 0x07CB3F) is unknown color: approx Dark Pastel Green. HEX triplet: 07, CB and 3F. RGB value is (7,203,63). Sum of RGB (Red+Green+Blue) = 7+203+63=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CB3F is #F834C0. Grayscale: #808080. Windows color (decimal): -16266433 or 4180743. OLE color: 4180743.

HSL color Cylindrical-coordinate representation of color #07CB3F: hue angle of 137.14º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB3F is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB720363-
CMYK0.9700.690.20
HSL137.14º93.33%41.18%-
HSV(B)137.14º96.55%79.61%-
XYZ22.3443.1211.85-
YUV128.4491.0741.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 203 (79.69% from 255) = 74.36%
BLUE value IS 63 (25% from 255) = 23.08%
R=2.56%
G=74.36%
B=23.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7203630.9700.690.20137.1493.3341.18
Hex7CB3F6104514895d29
Octal73137714101052421113551
Binary1111100101111111111000010100010110100100010011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CB3F; }

 p { color: rgb(7,203,63); }

 H1.HeaderClassName
 {
   color: #07CB3F;
 }
 .AnyTagClassName
 {
   color: #07CB3F;
 }
</style>
background-color css

<style>
 a { background-color: #07CB3F; }

 a { background-color: rgb(7,203,63); }

 div.DivClassName
 {
   background-color: #07CB3F;
 }
 .BgClassName
 {
   background-color: #07CB3F;
 }
</style>
border-color css

<style>
 span { border-color: #07CB3F; }

 span { border-color: rgb(7,203,63); }

 td.TdClassName
 {
   border-color: #07CB3F;
 }
 .TagClassName
 {
   border-color: #07CB3F;
 }
</style>