Html Css Color HEX #008210 Green

📋 copy color: '#008210'

red 0 ◦ green 130 ◦ blue 16

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

Shades of Green #008210

Tints of Green #008210

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 89.04%
B = 10.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#008210 (or 0x008210) is known color: Green. HEX triplet: 00, 82 and 10. RGB value is (0,130,16). Sum of RGB (Red+Green+Blue) = 0+130+16=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 130 (51.17% from 255 or 89.04% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 130 - color contains mainly: green. Hex color #008210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008210 is #FF7DEF. Grayscale: #4E4E4E. Windows color (decimal): -16743920 or 1081856. OLE color: 1081856.

HSL color Cylindrical-coordinate representation of color #008210: hue angle of 127.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008210 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 130 16 -
CMYK 1 0 0.88 0.49
HSL 127.38º 1% 0.25% -
HSV(B) 127.38º 1% 0.51% -
XYZ 8.08 16 3.15 -
YUV 78.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 0 130 16 1 0 0.88 0.49 127.38 1 0.25
Hex 0 82 10 64 0 58 31 7F 64 19
Octal 0 202 20 144 0 130 61 177 144 31
Binary 0 10000010 10000 1100100 0 1011000 110001 1111111 1100100 11001

Color Harmonies of #008210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008210

Black with #008210

Text Example


Text Example

White with #008210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008210; }

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

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

background-color css

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

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

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

border-color css

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

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

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