Html Css Color HEX #02880A Green

📋 copy color: '#02880A'

red 2 ◦ green 136 ◦ blue 10

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

Shades of Green #02880A

Tints of Green #02880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 1.35%
G = 91.89%
B = 6.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#02880A (or 0x02880A) is known color: Green. HEX triplet: 02, 88 and 0A. RGB value is (2,136,10). Sum of RGB (Red+Green+Blue) = 2+136+10=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 136 (53.52% from 255 or 91.89% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 136 - color contains mainly: green. Hex color #02880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02880A is #FD77F5. Grayscale: #515151. Windows color (decimal): -16611318 or 690178. OLE color: 690178.

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

Color convert

RGB 2 136 10 -
CMYK 0.99 0 0.93 0.47
HSL 123.58º 0.97% 0.27% -
HSV(B) 123.58º 0.99% 0.53% -
XYZ 8.88 17.64 3.22 -
YUV 81.57 87.61 71.25 -
System Red Green Blue C M Y K H S L
Decimal 2 136 10 0.99 0 0.93 0.47 123.58 0.97 0.27
Hex 2 88 A 63 0 5D 2F 7C 61 1B
Octal 2 210 12 143 0 135 57 174 141 33
Binary 10 10001000 1010 1100011 0 1011101 101111 1111100 1100001 11011

Color Harmonies of #02880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02880A

Black with #02880A

Text Example


Text Example

White with #02880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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