Html Css Color HEX #028210 Green

📋 copy color: '#028210'

red 2 ◦ green 130 ◦ blue 16

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

Shades of Green #028210

Tints of Green #028210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 1.35%
G = 87.84%
B = 10.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#028210 (or 0x028210) is known color: Green. HEX triplet: 02, 82 and 10. RGB value is (2,130,16). Sum of RGB (Red+Green+Blue) = 2+130+16=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #028210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028210 is #FD7DEF. Grayscale: #4F4F4F. Windows color (decimal): -16612848 or 1081858. OLE color: 1081858.

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

Color convert

RGB 2 130 16 -
CMYK 0.98 0 0.88 0.49
HSL 126.56º 0.97% 0.26% -
HSV(B) 126.56º 0.98% 0.51% -
XYZ 8.1 16.02 3.15 -
YUV 78.73 92.59 73.27 -
System Red Green Blue C M Y K H S L
Decimal 2 130 16 0.98 0 0.88 0.49 126.56 0.97 0.26
Hex 2 82 10 62 0 58 31 7F 61 1A
Octal 2 202 20 142 0 130 61 177 141 32
Binary 10 10000010 10000 1100010 0 1011000 110001 1111111 1100001 11010

Color Harmonies of #028210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028210

Black with #028210

Text Example


Text Example

White with #028210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028210; }

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

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

background-color css

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

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

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

border-color css

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

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

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