Html Css Color HEX #036202 Green

📋 copy color: '#036202'

red 3 ◦ green 98 ◦ blue 2

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

Shades of Green #036202

Tints of Green #036202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 95.15%

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

R = 2.91%
G = 95.15%
B = 1.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#036202 (or 0x036202) is known color: Green. HEX triplet: 03, 62 and 02. RGB value is (3,98,2). Sum of RGB (Red+Green+Blue) = 3+98+2=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 98 (38.67% from 255 or 95.15% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 98 - color contains mainly: green. Hex color #036202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036202 is #FC9DFD. Grayscale: #3A3A3A. Windows color (decimal): -16555518 or 156163. OLE color: 156163.

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

Color convert

RGB 3 98 2 -
CMYK 0.97 0 0.98 0.62
HSL 119.38º 0.96% 0.2% -
HSV(B) 119.38º 0.98% 0.38% -
XYZ 4.42 8.76 1.52 -
YUV 58.65 96.03 88.31 -
System Red Green Blue C M Y K H S L
Decimal 3 98 2 0.97 0 0.98 0.62 119.38 0.96 0.2
Hex 3 62 2 61 0 62 3E 77 60 14
Octal 3 142 2 141 0 142 76 167 140 24
Binary 11 1100010 10 1100001 0 1100010 111110 1110111 1100000 10100

Color Harmonies of #036202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036202

Black with #036202

Text Example


Text Example

White with #036202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036202; }

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

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

background-color css

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

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

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

border-color css

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

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

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