#018332

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

Shades of Dark Spring Green #018332

Tints of Dark Spring Green #018332

Color information

#018332 (or 0x018332) is unknown color: approx Dark Spring Green. HEX triplet: 01, 83 and 32. RGB value is (1,131,50). Sum of RGB (Red+Green+Blue) = 1+131+50=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #018332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018332 is #FE7CCD. Grayscale: #535353. Windows color (decimal): -16678094 or 3310337. OLE color: 3310337.

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

Color convert

RGB113150-
CMYK0.9900.620.49
HSL142.62º98.48%25.88%-
HSV(B)142.62º99.24%51.37%-
XYZ8.716.475.74-
YUV82.9109.4369.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 131 (51.56% from 255) = 71.98%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=0.55%
G=71.98%
B=27.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131500.9900.620.49142.6298.4825.88
Hex183326303E318f621a
Octal1203621430766121714232
Binary1100000111100101100011011111011000110001111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018332; }

 p { color: rgb(1,131,50); }

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

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

 a { background-color: rgb(1,131,50); }

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

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

 span { border-color: rgb(1,131,50); }

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