Html Css Color HEX #01872F Dark Spring Green

📋 copy color: '#01872F'

red 1 ◦ green 135 ◦ blue 47

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

Shades of Dark Spring Green #01872F

Tints of Dark Spring Green #01872F

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

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

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

R = 0.55%
G = 73.77%
B = 25.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#01872F (or 0x01872F) is known color: Dark Spring Green. HEX triplet: 01, 87 and 2F. RGB value is (1,135,47). Sum of RGB (Red+Green+Blue) = 1+135+47=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 135 (53.12% from 255 or 73.77% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 135 - color contains mainly: green. Hex color #01872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01872F is #FE78D0. Grayscale: #555555. Windows color (decimal): -16677073 or 3114753. OLE color: 3114753.

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

Color convert

RGB 1 135 47 -
CMYK 0.99 0 0.65 0.47
HSL 140.6º 0.99% 0.27% -
HSV(B) 140.6º 0.99% 0.53% -
XYZ 9.19 17.54 5.59 -
YUV 84.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 1 135 47 0.99 0 0.65 0.47 140.6 0.99 0.27
Hex 1 87 2F 63 0 41 2F 8D 63 1B
Octal 1 207 57 143 0 101 57 215 143 33
Binary 1 10000111 101111 1100011 0 1000001 101111 10001101 1100011 11011

Color Harmonies of #01872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01872F

Black with #01872F

Text Example


Text Example

White with #01872F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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