#217F43

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

Shades of Dark Spring Green #217F43

Tints of Dark Spring Green #217F43

Color information

#217F43 (or 0x217F43) is unknown color: approx Dark Spring Green. HEX triplet: 21, 7F and 43. RGB value is (33,127,67). Sum of RGB (Red+Green+Blue) = 33+127+67=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #217F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F43 is #DE80BC. Grayscale: #5C5C5C. Windows color (decimal): -14581949 or 4423457. OLE color: 4423457.

HSL color Cylindrical-coordinate representation of color #217F43: hue angle of 141.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F43 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB3312767-
CMYK0.7400.470.50
HSL141.7º58.75%31.37%-
HSV(B)141.7º74.02%49.8%-
XYZ9.2315.917.89-
YUV92.05113.8685.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 67 (26.56% from 255) = 29.52%
R=14.54%
G=55.95%
B=29.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33127670.7400.470.50141.758.7531.37
Hex217F434A02F328e3b1f
Octal41177103112057622167337
Binary10000111111111000011100101001011111100101000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217F43; }

 p { color: rgb(33,127,67); }

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

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

 a { background-color: rgb(33,127,67); }

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

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

 span { border-color: rgb(33,127,67); }

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