Html Css Color HEX #028018 Green

📋 copy color: '#028018'

red 2 ◦ green 128 ◦ blue 24

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

Shades of Green #028018

Tints of Green #028018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 83.12%

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

R = 1.3%
G = 83.12%
B = 15.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#028018 (or 0x028018) is known color: Green. HEX triplet: 02, 80 and 18. RGB value is (2,128,24). Sum of RGB (Red+Green+Blue) = 2+128+24=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #028018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028018 is #FD7FE7. Grayscale: #4E4E4E. Windows color (decimal): -16613352 or 1605634. OLE color: 1605634.

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

Color convert

RGB 2 128 24 -
CMYK 0.98 0 0.81 0.50
HSL 130.48º 0.97% 0.25% -
HSV(B) 130.48º 0.98% 0.5% -
XYZ 7.91 15.52 3.44 -
YUV 78.47 97.26 73.46 -
System Red Green Blue C M Y K H S L
Decimal 2 128 24 0.98 0 0.81 0.50 130.48 0.97 0.25
Hex 2 80 18 62 0 51 32 82 61 19
Octal 2 200 30 142 0 121 62 202 141 31
Binary 10 10000000 11000 1100010 0 1010001 110010 10000010 1100001 11001

Color Harmonies of #028018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028018

Black with #028018

Text Example


Text Example

White with #028018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028018; }

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

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

background-color css

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

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

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

border-color css

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

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

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