#036212

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

Shades of Green #036212

Tints of Green #036212

Color information

#036212 (or 0x036212) is unknown color: approx Green. HEX triplet: 03, 62 and 12. RGB value is (3,98,18). Sum of RGB (Red+Green+Blue) = 3+98+18=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #036212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036212 is #FC9DED. Grayscale: #3C3C3C. Windows color (decimal): -16555502 or 1204739. OLE color: 1204739.

HSL color Cylindrical-coordinate representation of color #036212: hue angle of 129.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036212 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB39818-
CMYK0.9700.820.62
HSL129.47º94.06%19.8%-
HSV(B)129.47º96.94%38.43%-
XYZ4.518.82.03-
YUV60.47104.0387-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 98 (38.67% from 255) = 82.35%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=2.52%
G=82.35%
B=15.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398180.9700.820.62129.4794.0619.8
Hex36212610523E815e14
Octal31422214101227620113624
Binary1111000101001011000010101001011111010000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036212; }

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

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

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

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

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

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

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

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