Html Css Color HEX #027418 Green

📋 copy color: '#027418'

red 2 ◦ green 116 ◦ blue 24

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

Shades of Green #027418

Tints of Green #027418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 1.41%
G = 81.69%
B = 16.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#027418 (or 0x027418) is known color: Green. HEX triplet: 02, 74 and 18. RGB value is (2,116,24). Sum of RGB (Red+Green+Blue) = 2+116+24=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #027418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027418 is #FD8BE7. Grayscale: #474747. Windows color (decimal): -16616424 or 1602562. OLE color: 1602562.

HSL color Cylindrical-coordinate representation of color #027418: hue angle of 131.58º 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 #027418 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 24 -
CMYK 0.98 0 0.79 0.55
HSL 131.58º 0.97% 0.23% -
HSV(B) 131.58º 0.98% 0.45% -
XYZ 6.44 12.57 2.95 -
YUV 71.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 2 116 24 0.98 0 0.79 0.55 131.58 0.97 0.23
Hex 2 74 18 62 0 4F 37 84 61 17
Octal 2 164 30 142 0 117 67 204 141 27
Binary 10 1110100 11000 1100010 0 1001111 110111 10000100 1100001 10111

Color Harmonies of #027418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027418

Black with #027418

Text Example


Text Example

White with #027418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027418; }

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

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

background-color css

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

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

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

border-color css

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

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

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