#217B46

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

Shades of Dark Spring Green #217B46

Tints of Dark Spring Green #217B46

Color information

#217B46 (or 0x217B46) is unknown color: approx Dark Spring Green. HEX triplet: 21, 7B and 46. RGB value is (33,123,70). Sum of RGB (Red+Green+Blue) = 33+123+70=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #217B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B46 is #DE84B9. Grayscale: #5A5A5A. Windows color (decimal): -14582970 or 4619041. OLE color: 4619041.

HSL color Cylindrical-coordinate representation of color #217B46: hue angle of 144.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B46 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB3312370-
CMYK0.7300.430.52
HSL144.67º57.69%30.59%-
HSV(B)144.67º73.17%48.24%-
XYZ8.8214.938.21-
YUV90.05116.6887.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=14.60%
G=54.42%
B=30.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33123700.7300.430.52144.6757.6930.59
Hex217B464902B34913a1f
Octal41173106111053642217237
Binary10000111110111000110100100101010111101001001000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,123,70); }

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

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

 a { background-color: rgb(33,123,70); }

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

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

 span { border-color: rgb(33,123,70); }

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