Html Css Color HEX #036802 Green

📋 copy color: '#036802'

red 3 ◦ green 104 ◦ blue 2

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

Shades of Green #036802

Tints of Green #036802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 95.41%

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

R = 2.75%
G = 95.41%
B = 1.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#036802 (or 0x036802) is known color: Green. HEX triplet: 03, 68 and 02. RGB value is (3,104,2). Sum of RGB (Red+Green+Blue) = 3+104+2=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 104 (41.02% from 255 or 95.41% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 104 - color contains mainly: green. Hex color #036802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036802 is #FC97FD. Grayscale: #3E3E3E. Windows color (decimal): -16553982 or 157699. OLE color: 157699.

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

Color convert

RGB 3 104 2 -
CMYK 0.97 0 0.98 0.59
HSL 119.41º 0.96% 0.21% -
HSV(B) 119.41º 0.98% 0.41% -
XYZ 5 9.92 1.71 -
YUV 62.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 3 104 2 0.97 0 0.98 0.59 119.41 0.96 0.21
Hex 3 68 2 61 0 62 3B 77 60 15
Octal 3 150 2 141 0 142 73 167 140 25
Binary 11 1101000 10 1100001 0 1100010 111011 1110111 1100000 10101

Color Harmonies of #036802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036802

Black with #036802

Text Example


Text Example

White with #036802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036802; }

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

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

background-color css

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

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

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

border-color css

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

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

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