#017F34

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

Shades of Dark Spring Green #017F34

Tints of Dark Spring Green #017F34

Color information

#017F34 (or 0x017F34) is unknown color: approx Dark Spring Green. HEX triplet: 01, 7F and 34. RGB value is (1,127,52). Sum of RGB (Red+Green+Blue) = 1+127+52=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 127 (50% from 255 or 70.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 127 - color contains mainly: green. Hex color #017F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F34 is #FE80CB. Grayscale: #505050. Windows color (decimal): -16679116 or 3440385. OLE color: 3440385.

HSL color Cylindrical-coordinate representation of color #017F34: hue angle of 144.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F34 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB112752-
CMYK0.9900.590.50
HSL144.29º98.44%25.1%-
HSV(B)144.29º99.21%49.8%-
XYZ8.2215.435.79-
YUV80.78111.7671.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 127 (50% from 255) = 70.56%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=0.56%
G=70.56%
B=28.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1127520.9900.590.50144.2998.4425.1
Hex17F346303B32906219
Octal1177641430736222014231
Binary111111111101001100011011101111001010010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017F34; }

 p { color: rgb(1,127,52); }

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

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

 a { background-color: rgb(1,127,52); }

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

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

 span { border-color: rgb(1,127,52); }

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