#21714B

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

Shades of Dark Spring Green #21714B

Tints of Dark Spring Green #21714B

Color information

#21714B (or 0x21714B) is unknown color: approx Dark Spring Green. HEX triplet: 21, 71 and 4B. RGB value is (33,113,75). Sum of RGB (Red+Green+Blue) = 33+113+75=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #21714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21714B is #DE8EB4. Grayscale: #545454. Windows color (decimal): -14585525 or 4944161. OLE color: 4944161.

HSL color Cylindrical-coordinate representation of color #21714B: hue angle of 151.5º 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 #21714B is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB3311375-
CMYK0.7100.340.56
HSL151.5º54.79%28.63%-
HSV(B)151.5º70.8%44.31%-
XYZ7.812.648.69-
YUV84.75122.591.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 113 (44.53% from 255) = 51.13%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=14.93%
G=51.13%
B=33.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113750.7100.340.56151.554.7928.63
Hex21714B470223898371d
Octal41161113107042702306735
Binary10000111100011001011100011101000101110001001100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21714B; }

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

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

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

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

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

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

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

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