#035F12

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

Shades of Green #035F12

Tints of Green #035F12

Color information

#035F12 (or 0x035F12) is unknown color: approx Green. HEX triplet: 03, 5F and 12. RGB value is (3,95,18). Sum of RGB (Red+Green+Blue) = 3+95+18=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 95 (37.5% from 255 or 81.90% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 95 - color contains mainly: green. Hex color #035F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035F12 is #FCA0ED. Grayscale: #3A3A3A. Windows color (decimal): -16556270 or 1203971. OLE color: 1203971.

HSL color Cylindrical-coordinate representation of color #035F12: hue angle of 129.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F12 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB39518-
CMYK0.9700.810.63
HSL129.78º93.88%19.22%-
HSV(B)129.78º96.84%37.25%-
XYZ4.248.251.94-
YUV58.71105.0288.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 95 (37.5% from 255) = 81.90%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=2.59%
G=81.90%
B=15.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal395180.9700.810.63129.7893.8819.22
Hex35F12610513F825e13
Octal31372214101217720213623
Binary1110111111001011000010101000111111110000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035F12; }

 p { color: rgb(3,95,18); }

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

<style>
 a { background-color: #035F12; }

 a { background-color: rgb(3,95,18); }

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

<style>
 span { border-color: #035F12; }

 span { border-color: rgb(3,95,18); }

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