#02840B

Color #02840B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #02840B

Tints of Green #02840B

Color information

#02840B (or 0x02840B) is unknown color: approx Green. HEX triplet: 02, 84 and 0B. RGB value is (2,132,11). Sum of RGB (Red+Green+Blue) = 2+132+11=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 132 (51.95% from 255 or 91.03% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 132 - color contains mainly: green. Hex color #02840B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02840B is #FD7BF4. Grayscale: #4F4F4F. Windows color (decimal): -16612341 or 754690. OLE color: 754690.

HSL color Cylindrical-coordinate representation of color #02840B: hue angle of 124.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02840B is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB213211-
CMYK0.9800.920.48
HSL124.15º97.01%26.27%-
HSV(B)124.15º98.48%51.76%-
XYZ8.3416.543.07-
YUV79.3489.4372.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 132 (51.95% from 255) = 91.03%
BLUE value IS 11 (4.69% from 255) = 7.59%
R=1.38%
G=91.03%
B=7.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2132110.9800.920.48124.1597.0126.27
Hex284B6205C307c611a
Octal22041314201346017414132
Binary101000010010111100010010111001100001111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02840B; }

 p { color: rgb(2,132,11); }

 H1.HeaderClassName
 {
   color: #02840B;
 }
 .AnyTagClassName
 {
   color: #02840B;
 }
</style>
background-color css

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

 a { background-color: rgb(2,132,11); }

 div.DivClassName
 {
   background-color: #02840B;
 }
 .BgClassName
 {
   background-color: #02840B;
 }
</style>
border-color css

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

 span { border-color: rgb(2,132,11); }

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