Html Css Color HEX #028118 Green

📋 copy color: '#028118'

red 2 ◦ green 129 ◦ blue 24

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

Shades of Green #028118

Tints of Green #028118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 83.23%

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

R = 1.29%
G = 83.23%
B = 15.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#028118 (or 0x028118) is known color: Green. HEX triplet: 02, 81 and 18. RGB value is (2,129,24). Sum of RGB (Red+Green+Blue) = 2+129+24=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 129 (50.78% from 255 or 83.23% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 129 - color contains mainly: green. Hex color #028118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028118 is #FD7EE7. Grayscale: #4F4F4F. Windows color (decimal): -16613096 or 1605890. OLE color: 1605890.

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

Color convert

RGB 2 129 24 -
CMYK 0.98 0 0.81 0.49
HSL 130.39º 0.97% 0.26% -
HSV(B) 130.39º 0.98% 0.51% -
XYZ 8.04 15.78 3.49 -
YUV 79.06 96.92 73.04 -
System Red Green Blue C M Y K H S L
Decimal 2 129 24 0.98 0 0.81 0.49 130.39 0.97 0.26
Hex 2 81 18 62 0 51 31 82 61 1A
Octal 2 201 30 142 0 121 61 202 141 32
Binary 10 10000001 11000 1100010 0 1010001 110001 10000010 1100001 11010

Color Harmonies of #028118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028118

Black with #028118

Text Example


Text Example

White with #028118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028118; }

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

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

background-color css

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

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

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

border-color css

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

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

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