#018A35

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

Shades of Dark Spring Green #018A35

Tints of Dark Spring Green #018A35

Color information

#018A35 (or 0x018A35) is unknown color: approx Dark Spring Green. HEX triplet: 01, 8A and 35. RGB value is (1,138,53). Sum of RGB (Red+Green+Blue) = 1+138+53=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #018A35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A35 is #FE75CA. Grayscale: #575757. Windows color (decimal): -16676299 or 3508737. OLE color: 3508737.

HSL color Cylindrical-coordinate representation of color #018A35: hue angle of 142.77º 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 #018A35 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB113853-
CMYK0.9900.620.46
HSL142.77º98.56%27.25%-
HSV(B)142.77º99.28%54.12%-
XYZ9.7418.446.41-
YUV87.35108.6166.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 138 (54.30% from 255) = 71.88%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=0.52%
G=71.88%
B=27.60%

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
Decimal1138530.9900.620.46142.7798.5627.25
Hex18A356303E2E8f631b
Octal1212651430765621714333
Binary1100010101101011100011011111010111010001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A35; }

 p { color: rgb(1,138,53); }

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

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

 a { background-color: rgb(1,138,53); }

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

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

 span { border-color: rgb(1,138,53); }

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