Html Css Color HEX #036402 Green

📋 copy color: '#036402'

red 3 ◦ green 100 ◦ blue 2

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

Shades of Green #036402

Tints of Green #036402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 95.24%

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

R = 2.86%
G = 95.24%
B = 1.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#036402 (or 0x036402) is known color: Green. HEX triplet: 03, 64 and 02. RGB value is (3,100,2). Sum of RGB (Red+Green+Blue) = 3+100+2=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 100 (39.45% from 255 or 95.24% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 100 - color contains mainly: green. Hex color #036402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036402 is #FC9BFD. Grayscale: #3C3C3C. Windows color (decimal): -16555006 or 156675. OLE color: 156675.

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

Color convert

RGB 3 100 2 -
CMYK 0.97 0 0.98 0.61
HSL 119.39º 0.96% 0.2% -
HSV(B) 119.39º 0.98% 0.39% -
XYZ 4.61 9.14 1.58 -
YUV 59.83 95.36 87.47 -
System Red Green Blue C M Y K H S L
Decimal 3 100 2 0.97 0 0.98 0.61 119.39 0.96 0.2
Hex 3 64 2 61 0 62 3D 77 60 14
Octal 3 144 2 141 0 142 75 167 140 24
Binary 11 1100100 10 1100001 0 1100010 111101 1110111 1100000 10100

Color Harmonies of #036402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036402

Black with #036402

Text Example


Text Example

White with #036402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036402; }

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

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

background-color css

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

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

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

border-color css

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

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

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