#02750C

Color #02750C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #02750C

Tints of Green #02750C

Color information

#02750C (or 0x02750C) is unknown color: approx Green. HEX triplet: 02, 75 and 0C. RGB value is (2,117,12). Sum of RGB (Red+Green+Blue) = 2+117+12=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 117 (46.09% from 255 or 89.31% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 117 - color contains mainly: green. Hex color #02750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02750C is #FD8AF3. Grayscale: #464646. Windows color (decimal): -16616180 or 816386. OLE color: 816386.

HSL color Cylindrical-coordinate representation of color #02750C: hue angle of 125.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02750C is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB211712-
CMYK0.9800.900.54
HSL125.22º96.64%23.33%-
HSV(B)125.22º98.29%45.88%-
XYZ6.4512.762.47-
YUV70.6494.979.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 117 (46.09% from 255) = 89.31%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=1.53%
G=89.31%
B=9.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117120.9800.900.54125.2296.6423.33
Hex275C6205A367d6117
Octal21651414201326617514127
Binary10111010111001100010010110101101101111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02750C; }

 p { color: rgb(2,117,12); }

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

<style>
 a { background-color: #02750C; }

 a { background-color: rgb(2,117,12); }

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

<style>
 span { border-color: #02750C; }

 span { border-color: rgb(2,117,12); }

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