#02821B

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

Shades of Green #02821B

Tints of Green #02821B

Color information

#02821B (or 0x02821B) is unknown color: approx Green. HEX triplet: 02, 82 and 1B. RGB value is (2,130,27). Sum of RGB (Red+Green+Blue) = 2+130+27=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 130 (51.17% from 255 or 81.76% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 130 - color contains mainly: green. Hex color #02821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02821B is #FD7DE4. Grayscale: #505050. Windows color (decimal): -16612837 or 1802754. OLE color: 1802754.

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

Color convert

RGB213027-
CMYK0.9800.790.49
HSL131.72º96.97%25.88%-
HSV(B)131.72º98.46%50.98%-
XYZ8.2116.063.7-
YUV79.9998.0972.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 130 (51.17% from 255) = 81.76%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=1.26%
G=81.76%
B=16.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130270.9800.790.49131.7296.9725.88
Hex2821B6204F3184611a
Octal22023314201176120414132
Binary10100000101101111000100100111111000110000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,130,27); }

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

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

 a { background-color: rgb(2,130,27); }

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

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

 span { border-color: rgb(2,130,27); }

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