Html Css Color HEX #02841E Green

📋 copy color: '#02841E'

red 2 ◦ green 132 ◦ blue 30

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

Shades of Green #02841E

Tints of Green #02841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 80.49%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 1.22%
G = 80.49%
B = 18.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#02841E (or 0x02841E) is known color: Green. HEX triplet: 02, 84 and 1E. RGB value is (2,132,30). Sum of RGB (Red+Green+Blue) = 2+132+30=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 132 (51.95% from 255 or 80.49% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 132 - color contains mainly: green. Hex color #02841E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02841E is #FD7BE1. Grayscale: #515151. Windows color (decimal): -16612322 or 1999874. OLE color: 1999874.

HSL color Cylindrical-coordinate representation of color #02841E: hue angle of 132.92º 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 #02841E is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 30 -
CMYK 0.98 0 0.77 0.48
HSL 132.92º 0.97% 0.26% -
HSV(B) 132.92º 0.98% 0.52% -
XYZ 8.51 16.61 3.99 -
YUV 81.5 98.93 71.29 -
System Red Green Blue C M Y K H S L
Decimal 2 132 30 0.98 0 0.77 0.48 132.92 0.97 0.26
Hex 2 84 1E 62 0 4D 30 85 61 1A
Octal 2 204 36 142 0 115 60 205 141 32
Binary 10 10000100 11110 1100010 0 1001101 110000 10000101 1100001 11010

Color Harmonies of #02841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02841E

Black with #02841E

Text Example


Text Example

White with #02841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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