Html Css Color HEX #028800 Green

📋 copy color: '#028800'

red 2 ◦ green 136 ◦ blue 0

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

Shades of Green #028800

Tints of Green #028800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 98.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.45%
G = 98.55%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#028800 (or 0x028800) is known color: Green. HEX triplet: 02, 88 and 00. RGB value is (2,136,0). Sum of RGB (Red+Green+Blue) = 2+136+0=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 136 (53.52% from 255 or 98.55% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 136 - color contains mainly: green. Hex color #028800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028800 is #FD77FF. Grayscale: #505050. Windows color (decimal): -16611328 or 34818. OLE color: 34818.

HSL color Cylindrical-coordinate representation of color #028800: hue angle of 119.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #028800 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 0 -
CMYK 0.99 0 1 0.47
HSL 119.12º 1% 0.27% -
HSV(B) 119.12º 1% 0.53% -
XYZ 8.83 17.62 2.94 -
YUV 80.43 82.61 72.06 -
System Red Green Blue C M Y K H S L
Decimal 2 136 0 0.99 0 1 0.47 119.12 1 0.27
Hex 2 88 0 63 0 64 2F 77 64 1B
Octal 2 210 0 143 0 144 57 167 144 33
Binary 10 10001000 0 1100011 0 1100100 101111 1110111 1100100 11011

Color Harmonies of #028800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028800

Black with #028800

Text Example


Text Example

White with #028800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028800; }

 p { color: rgb(2,136,0); }

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

background-color css

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

 a { background-color: rgb(2,136,0); }

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

border-color css

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

 span { border-color: rgb(2,136,0); }

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