#018B35

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

Shades of Dark Spring Green #018B35

Tints of Dark Spring Green #018B35

Color information

#018B35 (or 0x018B35) is unknown color: approx Dark Spring Green. HEX triplet: 01, 8B and 35. RGB value is (1,139,53). Sum of RGB (Red+Green+Blue) = 1+139+53=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 139 (54.69% from 255 or 72.02% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 139 - color contains mainly: green. Hex color #018B35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B35 is #FE74CA. Grayscale: #585858. Windows color (decimal): -16676043 or 3508993. OLE color: 3508993.

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

Color convert

RGB113953-
CMYK0.9900.620.45
HSL142.61º98.57%27.45%-
HSV(B)142.61º99.28%54.51%-
XYZ9.8918.736.46-
YUV87.93108.2865.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 139 (54.69% from 255) = 72.02%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=0.52%
G=72.02%
B=27.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1139530.9900.620.45142.6198.5727.45
Hex18B356303E2D8f631b
Octal1213651430765521714333
Binary1100010111101011100011011111010110110001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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