#227342

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

Shades of Dark Spring Green #227342

Tints of Dark Spring Green #227342

Color information

#227342 (or 0x227342) is unknown color: approx Dark Spring Green. HEX triplet: 22, 73 and 42. RGB value is (34,115,66). Sum of RGB (Red+Green+Blue) = 34+115+66=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #227342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227342 is #DD8CBD. Grayscale: #555555. Windows color (decimal): -14519486 or 4354850. OLE color: 4354850.

HSL color Cylindrical-coordinate representation of color #227342: hue angle of 143.7º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227342 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB3411566-
CMYK0.7000.430.55
HSL143.7º54.36%29.22%-
HSV(B)143.7º70.43%45.1%-
XYZ7.7712.997.25-
YUV85.2117.1691.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=15.81%
G=53.49%
B=30.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34115660.7000.430.55143.754.3629.22
Hex2273424602B3790361d
Octal42163102106053672206635
Binary10001011100111000010100011001010111101111001000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227342; }

 p { color: rgb(34,115,66); }

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

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

 a { background-color: rgb(34,115,66); }

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

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

 span { border-color: rgb(34,115,66); }

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