#018430

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

Shades of Dark Spring Green #018430

Tints of Dark Spring Green #018430

Color information

#018430 (or 0x018430) is unknown color: approx Dark Spring Green. HEX triplet: 01, 84 and 30. RGB value is (1,132,48). Sum of RGB (Red+Green+Blue) = 1+132+48=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #018430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018430 is #FE7BCF. Grayscale: #535353. Windows color (decimal): -16677840 or 3179521. OLE color: 3179521.

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

Color convert

RGB113248-
CMYK0.9900.640.48
HSL141.53º98.5%26.08%-
HSV(B)141.53º99.24%51.76%-
XYZ8.816.725.56-
YUV83.26108.169.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 132 (51.95% from 255) = 72.93%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=0.55%
G=72.93%
B=26.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132480.9900.640.48141.5398.526.08
Hex1843063040308e621a
Octal12046014301006021614232
Binary11000010011000011000110100000011000010001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018430; }

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

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

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

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

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

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

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

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