Html Css Color HEX #00872F Dark Spring Green

📋 copy color: '#00872F'

red 0 ◦ green 135 ◦ blue 47

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

Shades of Dark Spring Green #00872F

Tints of Dark Spring Green #00872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 74.18%

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 0%
G = 74.18%
B = 25.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#00872F (or 0x00872F) is known color: Dark Spring Green. HEX triplet: 00, 87 and 2F. RGB value is (0,135,47). Sum of RGB (Red+Green+Blue) = 0+135+47=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 135 (53.12% from 255 or 74.18% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 135 - color contains mainly: green. Hex color #00872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00872F is #FF78D0. Grayscale: #545454. Windows color (decimal): -16742609 or 3114752. OLE color: 3114752.

HSL color Cylindrical-coordinate representation of color #00872F: hue angle of 140.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00872F is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 47 -
CMYK 1 0 0.65 0.47
HSL 140.89º 1% 0.26% -
HSV(B) 140.89º 1% 0.53% -
XYZ 9.18 17.53 5.59 -
YUV 84.6 106.77 67.66 -
System Red Green Blue C M Y K H S L
Decimal 0 135 47 1 0 0.65 0.47 140.89 1 0.26
Hex 0 87 2F 64 0 41 2F 8D 64 1A
Octal 0 207 57 144 0 101 57 215 144 32
Binary 0 10000111 101111 1100100 0 1000001 101111 10001101 1100100 11010

Color Harmonies of #00872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00872F

Black with #00872F

Text Example


Text Example

White with #00872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00872F; }

 p { color: rgb(0,135,47); }

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

background-color css

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

 a { background-color: rgb(0,135,47); }

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

border-color css

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

 span { border-color: rgb(0,135,47); }

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