Html Css Color HEX #027700 Green

📋 copy color: '#027700'

red 2 ◦ green 119 ◦ blue 0

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

Shades of Green #027700

Tints of Green #027700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 98.35%

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

R = 1.65%
G = 98.35%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#027700 (or 0x027700) is known color: Green. HEX triplet: 02, 77 and 00. RGB value is (2,119,0). Sum of RGB (Red+Green+Blue) = 2+119+0=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 119 (46.88% from 255 or 98.35% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 119 - color contains mainly: green. Hex color #027700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027700 is #FD88FF. Grayscale: #464646. Windows color (decimal): -16615680 or 30466. OLE color: 30466.

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

Color convert

RGB 2 119 0 -
CMYK 0.98 0 1 0.53
HSL 118.99º 1% 0.23% -
HSV(B) 118.99º 1% 0.47% -
XYZ 6.62 13.21 2.2 -
YUV 70.45 88.24 79.18 -
System Red Green Blue C M Y K H S L
Decimal 2 119 0 0.98 0 1 0.53 118.99 1 0.23
Hex 2 77 0 62 0 64 35 77 64 17
Octal 2 167 0 142 0 144 65 167 144 27
Binary 10 1110111 0 1100010 0 1100100 110101 1110111 1100100 10111

Color Harmonies of #027700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027700

Black with #027700

Text Example


Text Example

White with #027700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027700; }

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

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

background-color css

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

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

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

border-color css

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

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

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