Html Css Color HEX #028213 Green

📋 copy color: '#028213'

red 2 ◦ green 130 ◦ blue 19

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

Shades of Green #028213

Tints of Green #028213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 86.09%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 1.32%
G = 86.09%
B = 12.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#028213 (or 0x028213) is known color: Green. HEX triplet: 02, 82 and 13. RGB value is (2,130,19). Sum of RGB (Red+Green+Blue) = 2+130+19=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #028213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028213 is #FD7DEC. Grayscale: #4F4F4F. Windows color (decimal): -16612845 or 1278466. OLE color: 1278466.

HSL color Cylindrical-coordinate representation of color #028213: hue angle of 127.97º 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 #028213 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 130 19 -
CMYK 0.98 0 0.85 0.49
HSL 127.97º 0.97% 0.26% -
HSV(B) 127.97º 0.98% 0.51% -
XYZ 8.13 16.03 3.28 -
YUV 79.07 94.09 73.03 -
System Red Green Blue C M Y K H S L
Decimal 2 130 19 0.98 0 0.85 0.49 127.97 0.97 0.26
Hex 2 82 13 62 0 55 31 80 61 1A
Octal 2 202 23 142 0 125 61 200 141 32
Binary 10 10000010 10011 1100010 0 1010101 110001 10000000 1100001 11010

Color Harmonies of #028213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028213

Black with #028213

Text Example


Text Example

White with #028213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028213; }

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

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

background-color css

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

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

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

border-color css

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

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

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