#01813E

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

Shades of Dark Spring Green #01813E

Tints of Dark Spring Green #01813E

Color information

#01813E (or 0x01813E) is unknown color: approx Dark Spring Green. HEX triplet: 01, 81 and 3E. RGB value is (1,129,62). Sum of RGB (Red+Green+Blue) = 1+129+62=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #01813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01813E is #FE7EC1. Grayscale: #535353. Windows color (decimal): -16678594 or 4096257. OLE color: 4096257.

HSL color Cylindrical-coordinate representation of color #01813E: hue angle of 148.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01813E is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB112962-
CMYK0.9900.520.49
HSL148.59º98.46%25.49%-
HSV(B)148.59º99.22%50.59%-
XYZ8.7316.057.2-
YUV83.09116.0969.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 129 (50.78% from 255) = 67.19%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=0.52%
G=67.19%
B=32.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129620.9900.520.49148.5998.4625.49
Hex1813E6303431956219
Octal1201761430646122514231
Binary1100000011111101100011011010011000110010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01813E; }

 p { color: rgb(1,129,62); }

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

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

 a { background-color: rgb(1,129,62); }

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

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

 span { border-color: rgb(1,129,62); }

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