#018438

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

Shades of Dark Spring Green #018438

Tints of Dark Spring Green #018438

Color information

#018438 (or 0x018438) is unknown color: approx Dark Spring Green. HEX triplet: 01, 84 and 38. RGB value is (1,132,56). Sum of RGB (Red+Green+Blue) = 1+132+56=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #018438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018438 is #FE7BC7. Grayscale: #545454. Windows color (decimal): -16677832 or 3703809. OLE color: 3703809.

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

Color convert

RGB113256-
CMYK0.9900.580.48
HSL145.19º98.5%26.08%-
HSV(B)145.19º99.24%51.76%-
XYZ8.9816.796.51-
YUV84.17112.168.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 132 (51.95% from 255) = 69.84%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=0.53%
G=69.84%
B=29.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132560.9900.580.48145.1998.526.08
Hex184386303A3091621a
Octal1204701430726022114232
Binary1100001001110001100011011101011000010010001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018438; }

 p { color: rgb(1,132,56); }

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

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

 a { background-color: rgb(1,132,56); }

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

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

 span { border-color: rgb(1,132,56); }

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