Html Css Color HEX #00872D Dark Spring Green

📋 copy color: '#00872D'

red 0 ◦ green 135 ◦ blue 45

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

Shades of Dark Spring Green #00872D

Tints of Dark Spring Green #00872D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25%

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#00872D (or 0x00872D) is known color: Dark Spring Green. HEX triplet: 00, 87 and 2D. RGB value is (0,135,45). Sum of RGB (Red+Green+Blue) = 0+135+45=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 135 (53.12% from 255 or 75% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 135 - color contains mainly: green. Hex color #00872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00872D is #FF78D2. Grayscale: #545454. Windows color (decimal): -16742611 or 2983680. OLE color: 2983680.

HSL color Cylindrical-coordinate representation of color #00872D: hue angle of 140º 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 #00872D is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 45 -
CMYK 1 0 0.67 0.47
HSL 140º 1% 0.26% -
HSV(B) 140º 1% 0.53% -
XYZ 9.14 17.52 5.38 -
YUV 84.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 0 135 45 1 0 0.67 0.47 140 1 0.26
Hex 0 87 2D 64 0 43 2F 8C 64 1A
Octal 0 207 55 144 0 103 57 214 144 32
Binary 0 10000111 101101 1100100 0 1000011 101111 10001100 1100100 11010

Color Harmonies of #00872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00872D

Black with #00872D

Text Example


Text Example

White with #00872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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