Html Css Color HEX #036A02 Green

📋 copy color: '#036A02'

red 3 ◦ green 106 ◦ blue 2

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

Shades of Green #036A02

Tints of Green #036A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.8%

R = 2.7%
G = 95.5%
B = 1.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#036A02 (or 0x036A02) is known color: Green. HEX triplet: 03, 6A and 02. RGB value is (3,106,2). Sum of RGB (Red+Green+Blue) = 3+106+2=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 106 (41.80% from 255 or 95.50% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 106 - color contains mainly: green. Hex color #036A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A02 is #FC95FD. Grayscale: #3F3F3F. Windows color (decimal): -16553470 or 158211. OLE color: 158211.

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

Color convert

RGB 3 106 2 -
CMYK 0.97 0 0.98 0.58
HSL 119.42º 0.96% 0.21% -
HSV(B) 119.42º 0.98% 0.42% -
XYZ 5.2 10.33 1.78 -
YUV 63.35 93.38 84.96 -
System Red Green Blue C M Y K H S L
Decimal 3 106 2 0.97 0 0.98 0.58 119.42 0.96 0.21
Hex 3 6A 2 61 0 62 3A 77 60 15
Octal 3 152 2 141 0 142 72 167 140 25
Binary 11 1101010 10 1100001 0 1100010 111010 1110111 1100000 10101

Color Harmonies of #036A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A02

Black with #036A02

Text Example


Text Example

White with #036A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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