Html Css Color HEX #027600 Green

📋 copy color: '#027600'

red 2 ◦ green 118 ◦ blue 0

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

Shades of Green #027600

Tints of Green #027600

RGB

 RED value IS 2 (1.17% from 255) = 1.67%

 GREEN value IS 118 (46.48% from 255) = 98.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.67%
G = 98.33%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#027600 (or 0x027600) is known color: Green. HEX triplet: 02, 76 and 00. RGB value is (2,118,0). Sum of RGB (Red+Green+Blue) = 2+118+0=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 118 (46.48% from 255 or 98.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 118 - color contains mainly: green. Hex color #027600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027600 is #FD89FF. Grayscale: #464646. Windows color (decimal): -16615936 or 30210. OLE color: 30210.

HSL color Cylindrical-coordinate representation of color #027600: hue angle of 118.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #027600 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 0 -
CMYK 0.98 0 1 0.54
HSL 118.98º 1% 0.23% -
HSV(B) 118.98º 1% 0.46% -
XYZ 6.5 12.97 2.16 -
YUV 69.86 88.57 79.59 -
System Red Green Blue C M Y K H S L
Decimal 2 118 0 0.98 0 1 0.54 118.98 1 0.23
Hex 2 76 0 62 0 64 36 77 64 17
Octal 2 166 0 142 0 144 66 167 144 27
Binary 10 1110110 0 1100010 0 1100100 110110 1110111 1100100 10111

Color Harmonies of #027600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027600

Black with #027600

Text Example


Text Example

White with #027600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027600; }

 p { color: rgb(2,118,0); }

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

background-color css

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

 a { background-color: rgb(2,118,0); }

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

border-color css

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

 span { border-color: rgb(2,118,0); }

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