Html Css Color HEX #008513 Green

📋 copy color: '#008513'

red 0 ◦ green 133 ◦ blue 19

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

Shades of Green #008513

Tints of Green #008513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 87.5%

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

R = 0%
G = 87.5%
B = 12.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#008513 (or 0x008513) is known color: Green. HEX triplet: 00, 85 and 13. RGB value is (0,133,19). Sum of RGB (Red+Green+Blue) = 0+133+19=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #008513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008513 is #FF7AEC. Grayscale: #505050. Windows color (decimal): -16743149 or 1279232. OLE color: 1279232.

HSL color Cylindrical-coordinate representation of color #008513: hue angle of 128.57º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008513 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 19 -
CMYK 1 0 0.86 0.48
HSL 128.57º 1% 0.26% -
HSV(B) 128.57º 1% 0.52% -
XYZ 8.51 16.82 3.41 -
YUV 80.24 93.44 70.77 -
System Red Green Blue C M Y K H S L
Decimal 0 133 19 1 0 0.86 0.48 128.57 1 0.26
Hex 0 85 13 64 0 56 30 81 64 1A
Octal 0 205 23 144 0 126 60 201 144 32
Binary 0 10000101 10011 1100100 0 1010110 110000 10000001 1100100 11010

Color Harmonies of #008513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008513

Black with #008513

Text Example


Text Example

White with #008513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008513; }

 p { color: rgb(0,133,19); }

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

background-color css

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

 a { background-color: rgb(0,133,19); }

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

border-color css

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

 span { border-color: rgb(0,133,19); }

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