Html Css Color HEX #036302 Green

📋 copy color: '#036302'

red 3 ◦ green 99 ◦ blue 2

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

Shades of Green #036302

Tints of Green #036302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 95.19%

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

R = 2.88%
G = 95.19%
B = 1.92%

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

#036302 (or 0x036302) is known color: Green. HEX triplet: 03, 63 and 02. RGB value is (3,99,2). Sum of RGB (Red+Green+Blue) = 3+99+2=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 99 (39.06% from 255 or 95.19% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 99 - color contains mainly: green. Hex color #036302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036302 is #FC9CFD. Grayscale: #3B3B3B. Windows color (decimal): -16555262 or 156419. OLE color: 156419.

HSL color Cylindrical-coordinate representation of color #036302: hue angle of 119.38º 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 #036302 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 2 -
CMYK 0.97 0 0.98 0.61
HSL 119.38º 0.96% 0.2% -
HSV(B) 119.38º 0.98% 0.39% -
XYZ 4.51 8.95 1.55 -
YUV 59.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 3 99 2 0.97 0 0.98 0.61 119.38 0.96 0.2
Hex 3 63 2 61 0 62 3D 77 60 14
Octal 3 143 2 141 0 142 75 167 140 24
Binary 11 1100011 10 1100001 0 1100010 111101 1110111 1100000 10100

Color Harmonies of #036302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036302

Black with #036302

Text Example


Text Example

White with #036302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036302; }

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

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

background-color css

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

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

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

border-color css

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

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

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