Html Css Color HEX #036C02 Green

📋 copy color: '#036C02'

red 3 ◦ green 108 ◦ blue 2

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

Shades of Green #036C02

Tints of Green #036C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 95.58%

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

R = 2.65%
G = 95.58%
B = 1.77%

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

#036C02 (or 0x036C02) is known color: Green. HEX triplet: 03, 6C and 02. RGB value is (3,108,2). Sum of RGB (Red+Green+Blue) = 3+108+2=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 108 (42.58% from 255 or 95.58% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 108 - color contains mainly: green. Hex color #036C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C02 is #FC93FD. Grayscale: #404040. Windows color (decimal): -16552958 or 158723. OLE color: 158723.

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

Color convert

RGB 3 108 2 -
CMYK 0.97 0 0.98 0.58
HSL 119.43º 0.96% 0.22% -
HSV(B) 119.43º 0.98% 0.42% -
XYZ 5.41 10.75 1.85 -
YUV 64.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 3 108 2 0.97 0 0.98 0.58 119.43 0.96 0.22
Hex 3 6C 2 61 0 62 3A 77 60 16
Octal 3 154 2 141 0 142 72 167 140 26
Binary 11 1101100 10 1100001 0 1100010 111010 1110111 1100000 10110

Color Harmonies of #036C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C02

Black with #036C02

Text Example


Text Example

White with #036C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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