Html Css Color HEX #02821B Green

📋 copy color: '#02821B'

red 2 ◦ green 130 ◦ blue 27

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

Shades of Green #02821B

Tints of Green #02821B

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 value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#02821B (or 0x02821B) is known color: 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

RGB 2 130 27 -
CMYK 0.98 0 0.79 0.49
HSL 131.72º 0.97% 0.26% -
HSV(B) 131.72º 0.98% 0.51% -
XYZ 8.21 16.06 3.7 -
YUV 79.99 98.09 72.38 -
System Red Green Blue C M Y K H S L
Decimal 2 130 27 0.98 0 0.79 0.49 131.72 0.97 0.26
Hex 2 82 1B 62 0 4F 31 84 61 1A
Octal 2 202 33 142 0 117 61 204 141 32
Binary 10 10000010 11011 1100010 0 1001111 110001 10000100 1100001 11010

Color Harmonies of #02821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02821B

Black with #02821B

Text Example


Text Example

White with #02821B

Text Example


Text Example

HTML Codes & Css Web 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>