Html Css Color HEX #028418 Green

📋 copy color: '#028418'

red 2 ◦ green 132 ◦ blue 24

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

Shades of Green #028418

Tints of Green #028418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 83.54%

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

R = 1.27%
G = 83.54%
B = 15.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#028418 (or 0x028418) is known color: Green. HEX triplet: 02, 84 and 18. RGB value is (2,132,24). Sum of RGB (Red+Green+Blue) = 2+132+24=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 132 (51.95% from 255 or 83.54% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 132 - color contains mainly: green. Hex color #028418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028418 is #FD7BE7. Grayscale: #515151. Windows color (decimal): -16612328 or 1606658. OLE color: 1606658.

HSL color Cylindrical-coordinate representation of color #028418: hue angle of 130.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028418 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 24 -
CMYK 0.98 0 0.82 0.48
HSL 130.15º 0.97% 0.26% -
HSV(B) 130.15º 0.98% 0.52% -
XYZ 8.44 16.58 3.62 -
YUV 80.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 2 132 24 0.98 0 0.82 0.48 130.15 0.97 0.26
Hex 2 84 18 62 0 52 30 82 61 1A
Octal 2 204 30 142 0 122 60 202 141 32
Binary 10 10000100 11000 1100010 0 1010010 110000 10000010 1100001 11010

Color Harmonies of #028418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028418

Black with #028418

Text Example


Text Example

White with #028418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028418; }

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

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

background-color css

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

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

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

border-color css

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

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

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