Html Css Color HEX #027608 Green

📋 copy color: '#027608'

red 2 ◦ green 118 ◦ blue 8

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

Shades of Green #027608

Tints of Green #027608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 1.56%
G = 92.19%
B = 6.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#027608 (or 0x027608) is known color: Green. HEX triplet: 02, 76 and 08. RGB value is (2,118,8). Sum of RGB (Red+Green+Blue) = 2+118+8=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 118 (46.48% from 255 or 92.19% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 118 - color contains mainly: green. Hex color #027608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027608 is #FD89F7. Grayscale: #474747. Windows color (decimal): -16615928 or 554498. OLE color: 554498.

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

Color convert

RGB 2 118 8 -
CMYK 0.98 0 0.93 0.54
HSL 123.1º 0.97% 0.24% -
HSV(B) 123.1º 0.98% 0.46% -
XYZ 6.55 12.99 2.39 -
YUV 70.78 92.57 78.94 -
System Red Green Blue C M Y K H S L
Decimal 2 118 8 0.98 0 0.93 0.54 123.1 0.97 0.24
Hex 2 76 8 62 0 5D 36 7B 61 18
Octal 2 166 10 142 0 135 66 173 141 30
Binary 10 1110110 1000 1100010 0 1011101 110110 1111011 1100001 11000

Color Harmonies of #027608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027608

Black with #027608

Text Example


Text Example

White with #027608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027608; }

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

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

background-color css

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

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

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

border-color css

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

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

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