#018B2D

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

Shades of Dark Spring Green #018B2D

Tints of Dark Spring Green #018B2D

Color information

#018B2D (or 0x018B2D) is unknown color: approx Dark Spring Green. HEX triplet: 01, 8B and 2D. RGB value is (1,139,45). Sum of RGB (Red+Green+Blue) = 1+139+45=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 139 (54.69% from 255 or 75.14% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 139 - color contains mainly: green. Hex color #018B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B2D is #FE74D2. Grayscale: #575757. Windows color (decimal): -16676051 or 2984705. OLE color: 2984705.

HSL color Cylindrical-coordinate representation of color #018B2D: hue angle of 139.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B2D is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB113945-
CMYK0.9900.680.45
HSL139.13º98.57%27.45%-
HSV(B)139.13º99.28%54.51%-
XYZ9.7218.665.57-
YUV87.02104.2866.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 139 (54.69% from 255) = 75.14%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=0.54%
G=75.14%
B=24.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1139450.9900.680.45139.1398.5727.45
Hex18B2D630442D8b631b
Octal12135514301045521314333
Binary11000101110110111000110100010010110110001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,139,45); }

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

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

 a { background-color: rgb(1,139,45); }

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

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

 span { border-color: rgb(1,139,45); }

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