Html Css Color HEX #028008 Green

📋 copy color: '#028008'

red 2 ◦ green 128 ◦ blue 8

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

Shades of Green #028008

Tints of Green #028008

RGB

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

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

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

R = 1.45%
G = 92.75%
B = 5.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#028008 (or 0x028008) is known color: Green. HEX triplet: 02, 80 and 08. RGB value is (2,128,8). Sum of RGB (Red+Green+Blue) = 2+128+8=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 128 (50.39% from 255 or 92.75% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 128 - color contains mainly: green. Hex color #028008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028008 is #FD7FF7. Grayscale: #4C4C4C. Windows color (decimal): -16613368 or 557058. OLE color: 557058.

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

Color convert

RGB 2 128 8 -
CMYK 0.98 0 0.94 0.50
HSL 122.86º 0.97% 0.25% -
HSV(B) 122.86º 0.98% 0.5% -
XYZ 7.79 15.47 2.81 -
YUV 76.65 89.26 74.76 -
System Red Green Blue C M Y K H S L
Decimal 2 128 8 0.98 0 0.94 0.50 122.86 0.97 0.25
Hex 2 80 8 62 0 5E 32 7B 61 19
Octal 2 200 10 142 0 136 62 173 141 31
Binary 10 10000000 1000 1100010 0 1011110 110010 1111011 1100001 11001

Color Harmonies of #028008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028008

Black with #028008

Text Example


Text Example

White with #028008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028008; }

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

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

background-color css

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

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

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

border-color css

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

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

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