#018133

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

Shades of Dark Spring Green #018133

Tints of Dark Spring Green #018133

Color information

#018133 (or 0x018133) is unknown color: approx Dark Spring Green. HEX triplet: 01, 81 and 33. RGB value is (1,129,51). Sum of RGB (Red+Green+Blue) = 1+129+51=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #018133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018133 is #FE7ECC. Grayscale: #525252. Windows color (decimal): -16678605 or 3375361. OLE color: 3375361.

HSL color Cylindrical-coordinate representation of color #018133: hue angle of 143.44º 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 #018133 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB112951-
CMYK0.9900.600.49
HSL143.44º98.46%25.49%-
HSV(B)143.44º99.22%50.59%-
XYZ8.4615.955.76-
YUV81.84110.5970.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 129 (50.78% from 255) = 71.27%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=0.55%
G=71.27%
B=28.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129510.9900.600.49143.4498.4625.49
Hex181336303C318f6219
Octal1201631430746121714231
Binary1100000011100111100011011110011000110001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018133; }

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

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

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

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

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

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

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

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