Html Css Color HEX #027408 Green

📋 copy color: '#027408'

red 2 ◦ green 116 ◦ blue 8

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

Shades of Green #027408

Tints of Green #027408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 92.06%

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

R = 1.59%
G = 92.06%
B = 6.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#027408 (or 0x027408) is known color: Green. HEX triplet: 02, 74 and 08. RGB value is (2,116,8). Sum of RGB (Red+Green+Blue) = 2+116+8=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 116 (45.70% from 255 or 92.06% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 116 - color contains mainly: green. Hex color #027408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027408 is #FD8BF7. Grayscale: #454545. Windows color (decimal): -16616440 or 553986. OLE color: 553986.

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

Color convert

RGB 2 116 8 -
CMYK 0.98 0 0.93 0.55
HSL 123.16º 0.97% 0.23% -
HSV(B) 123.16º 0.98% 0.45% -
XYZ 6.31 12.52 2.31 -
YUV 69.6 93.23 79.78 -
System Red Green Blue C M Y K H S L
Decimal 2 116 8 0.98 0 0.93 0.55 123.16 0.97 0.23
Hex 2 74 8 62 0 5D 37 7B 61 17
Octal 2 164 10 142 0 135 67 173 141 27
Binary 10 1110100 1000 1100010 0 1011101 110111 1111011 1100001 10111

Color Harmonies of #027408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027408

Black with #027408

Text Example


Text Example

White with #027408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027408; }

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

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

background-color css

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

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

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

border-color css

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

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

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