Html Css Color HEX #008217 Green

📋 copy color: '#008217'

red 0 ◦ green 130 ◦ blue 23

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

Shades of Green #008217

Tints of Green #008217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 0%
G = 84.97%
B = 15.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#008217 (or 0x008217) is known color: Green. HEX triplet: 00, 82 and 17. RGB value is (0,130,23). Sum of RGB (Red+Green+Blue) = 0+130+23=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #008217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008217 is #FF7DE8. Grayscale: #4F4F4F. Windows color (decimal): -16743913 or 1540608. OLE color: 1540608.

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

Color convert

RGB 0 130 23 -
CMYK 1 0 0.82 0.49
HSL 130.62º 1% 0.25% -
HSV(B) 130.62º 1% 0.51% -
XYZ 8.14 16.03 3.48 -
YUV 78.93 96.43 71.7 -
System Red Green Blue C M Y K H S L
Decimal 0 130 23 1 0 0.82 0.49 130.62 1 0.25
Hex 0 82 17 64 0 52 31 83 64 19
Octal 0 202 27 144 0 122 61 203 144 31
Binary 0 10000010 10111 1100100 0 1010010 110001 10000011 1100100 11001

Color Harmonies of #008217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008217

Black with #008217

Text Example


Text Example

White with #008217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008217; }

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

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

background-color css

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

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

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

border-color css

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

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

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