Html Css Color HEX #036A14 Green

📋 copy color: '#036A14'

red 3 ◦ green 106 ◦ blue 20

#036A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #036A14

Tints of Green #036A14

RGB

 RED value IS 3 (1.56% from 255) = 2.33%

 GREEN value IS 106 (41.8% from 255) = 82.17%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 2.33%
G = 82.17%
B = 15.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#036A14 (or 0x036A14) is known color: Green. HEX triplet: 03, 6A and 14. RGB value is (3,106,20). Sum of RGB (Red+Green+Blue) = 3+106+20=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 106 (41.80% from 255 or 82.17% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 106 - color contains mainly: green. Hex color #036A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A14 is #FC95EB. Grayscale: #414141. Windows color (decimal): -16553452 or 1337859. OLE color: 1337859.

HSL color Cylindrical-coordinate representation of color #036A14: hue angle of 129.9º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A14 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 106 20 -
CMYK 0.97 0 0.81 0.58
HSL 129.9º 0.94% 0.21% -
HSV(B) 129.9º 0.97% 0.42% -
XYZ 5.32 10.38 2.38 -
YUV 65.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 3 106 20 0.97 0 0.81 0.58 129.9 0.94 0.21
Hex 3 6A 14 61 0 51 3A 82 5E 15
Octal 3 152 24 141 0 121 72 202 136 25
Binary 11 1101010 10100 1100001 0 1010001 111010 10000010 1011110 10101

Color Harmonies of #036A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A14

Black with #036A14

Text Example


Text Example

White with #036A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036A14; }

 p { color: rgb(3,106,20); }

 H1.HeaderClassName
 {
   color: #036A14;
 }
 .AnyTagClassName
 {
   color: #036A14;
 }
</style>

background-color css

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

 a { background-color: rgb(3,106,20); }

 div.DivClassName
 {
   background-color: #036A14;
 }
 .BgClassName
 {
   background-color: #036A14;
 }
</style>

border-color css

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

 span { border-color: rgb(3,106,20); }

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