#218341

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

Shades of Dark Spring Green #218341

Tints of Dark Spring Green #218341

Color information

#218341 (or 0x218341) is unknown color: approx Dark Spring Green. HEX triplet: 21, 83 and 41. RGB value is (33,131,65). Sum of RGB (Red+Green+Blue) = 33+131+65=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #218341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218341 is #DE7CBE. Grayscale: #5E5E5E. Windows color (decimal): -14580927 or 4293409. OLE color: 4293409.

HSL color Cylindrical-coordinate representation of color #218341: hue angle of 139.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218341 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB3313165-
CMYK0.7500.500.49
HSL139.59º59.76%32.16%-
HSV(B)139.59º74.81%51.37%-
XYZ9.716.947.76-
YUV94.17111.5384.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=14.41%
G=57.21%
B=28.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33131650.7500.500.49139.5959.7632.16
Hex2183414B032318c3c20
Octal41203101113062612147440
Binary1000011000001110000011001011011001011000110001100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218341; }

 p { color: rgb(33,131,65); }

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

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

 a { background-color: rgb(33,131,65); }

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

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

 span { border-color: rgb(33,131,65); }

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