Html Css Color HEX #008519 Green

📋 copy color: '#008519'

red 0 ◦ green 133 ◦ blue 25

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

Shades of Green #008519

Tints of Green #008519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 0%
G = 84.18%
B = 15.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#008519 (or 0x008519) is known color: Green. HEX triplet: 00, 85 and 19. RGB value is (0,133,25). Sum of RGB (Red+Green+Blue) = 0+133+25=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #008519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008519 is #FF7AE6. Grayscale: #515151. Windows color (decimal): -16743143 or 1672448. OLE color: 1672448.

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

Color convert

RGB 0 133 25 -
CMYK 1 0 0.81 0.48
HSL 131.28º 1% 0.26% -
HSV(B) 131.28º 1% 0.52% -
XYZ 8.56 16.85 3.72 -
YUV 80.92 96.44 70.28 -
System Red Green Blue C M Y K H S L
Decimal 0 133 25 1 0 0.81 0.48 131.28 1 0.26
Hex 0 85 19 64 0 51 30 83 64 1A
Octal 0 205 31 144 0 121 60 203 144 32
Binary 0 10000101 11001 1100100 0 1010001 110000 10000011 1100100 11010

Color Harmonies of #008519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008519

Black with #008519

Text Example


Text Example

White with #008519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008519; }

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

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

background-color css

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

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

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

border-color css

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

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

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