#01872C

Color #01872C Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #01872C

Tints of Dark Spring Green #01872C

Color information

#01872C (or 0x01872C) is unknown color: approx Dark Spring Green. HEX triplet: 01, 87 and 2C. RGB value is (1,135,44). Sum of RGB (Red+Green+Blue) = 1+135+44=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 135 (53.12% from 255 or 75% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 135 - color contains mainly: green. Hex color #01872C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01872C is #FE78D3. Grayscale: #545454. Windows color (decimal): -16677076 or 2918145. OLE color: 2918145.

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

Color convert

RGB113544-
CMYK0.9900.670.47
HSL139.25º98.53%26.67%-
HSV(B)139.25º99.26%52.94%-
XYZ9.1317.525.28-
YUV84.56105.1168.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 135 (53.12% from 255) = 75%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=0.56%
G=75%
B=24.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1135440.9900.670.47139.2598.5326.67
Hex1872C630432F8b631b
Octal12075414301035721314333
Binary11000011110110011000110100001110111110001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01872C;
 }
 .AnyTagClassName
 {
   color: #01872C;
 }
</style>
background-color css

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

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

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

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

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

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