#018934

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

Shades of Dark Spring Green #018934

Tints of Dark Spring Green #018934

Color information

#018934 (or 0x018934) is unknown color: approx Dark Spring Green. HEX triplet: 01, 89 and 34. RGB value is (1,137,52). Sum of RGB (Red+Green+Blue) = 1+137+52=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #018934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018934 is #FE76CB. Grayscale: #565656. Windows color (decimal): -16676556 or 3442945. OLE color: 3442945.

HSL color Cylindrical-coordinate representation of color #018934: hue angle of 142.5º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018934 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB113752-
CMYK0.9900.620.46
HSL142.5º98.55%27.06%-
HSV(B)142.5º99.27%53.73%-
XYZ9.5818.156.25-
YUV86.65108.4466.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 137 (53.91% from 255) = 72.11%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=0.53%
G=72.11%
B=27.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1137520.9900.620.46142.598.5527.06
Hex189346303E2E8e631b
Octal1211641430765621614333
Binary1100010011101001100011011111010111010001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018934; }

 p { color: rgb(1,137,52); }

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

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

 a { background-color: rgb(1,137,52); }

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

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

 span { border-color: rgb(1,137,52); }

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