#228042

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

Shades of Dark Spring Green #228042

Tints of Dark Spring Green #228042

Color information

#228042 (or 0x228042) is unknown color: approx Dark Spring Green. HEX triplet: 22, 80 and 42. RGB value is (34,128,66). Sum of RGB (Red+Green+Blue) = 34+128+66=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #228042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228042 is #DD7FBD. Grayscale: #5C5C5C. Windows color (decimal): -14516158 or 4358178. OLE color: 4358178.

HSL color Cylindrical-coordinate representation of color #228042: hue angle of 140.43º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #228042 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB3412866-
CMYK0.7300.480.50
HSL140.43º58.02%31.76%-
HSV(B)140.43º73.44%50.2%-
XYZ9.3616.177.78-
YUV92.83112.8686.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=14.91%
G=56.14%
B=28.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34128660.7300.480.50140.4358.0231.76
Hex22804249030328c3a20
Octal42200102111060622147240
Binary1000101000000010000101001001011000011001010001100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228042; }

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

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

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

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

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

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

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

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