#217148

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

Shades of Dark Spring Green #217148

Tints of Dark Spring Green #217148

Color information

#217148 (or 0x217148) is unknown color: approx Dark Spring Green. HEX triplet: 21, 71 and 48. RGB value is (33,113,72). Sum of RGB (Red+Green+Blue) = 33+113+72=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #217148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217148 is #DE8EB7. Grayscale: #545454. Windows color (decimal): -14585528 or 4747553. OLE color: 4747553.

HSL color Cylindrical-coordinate representation of color #217148: hue angle of 149.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217148 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB3311372-
CMYK0.7100.360.56
HSL149.25º54.79%28.63%-
HSV(B)149.25º70.8%44.31%-
XYZ7.712.68.16-
YUV84.4112191.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=15.14%
G=51.83%
B=33.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113720.7100.360.56149.2554.7928.63
Hex217148470243895371d
Octal41161110107044702256735
Binary10000111100011001000100011101001001110001001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217148; }

 p { color: rgb(33,113,72); }

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

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

 a { background-color: rgb(33,113,72); }

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

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

 span { border-color: rgb(33,113,72); }

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