#226E4F

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

Shades of Dark Spring Green #226E4F

Tints of Dark Spring Green #226E4F

Color information

#226E4F (or 0x226E4F) is unknown color: approx Dark Spring Green. HEX triplet: 22, 6E and 4F. RGB value is (34,110,79). Sum of RGB (Red+Green+Blue) = 34+110+79=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #226E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226E4F is #DD91B0. Grayscale: #535353. Windows color (decimal): -14520753 or 5205538. OLE color: 5205538.

HSL color Cylindrical-coordinate representation of color #226E4F: hue angle of 155.53º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226E4F is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB3411079-
CMYK0.6900.280.57
HSL155.53º52.78%28.24%-
HSV(B)155.53º69.09%43.14%-
XYZ7.6512.069.32-
YUV83.74125.3292.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=15.25%
G=49.33%
B=35.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34110790.6900.280.57155.5352.7828.24
Hex226E4F4501C399c351c
Octal42156117105034712346534
Binary1000101101110100111110001010111001110011001110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226E4F; }

 p { color: rgb(34,110,79); }

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

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

 a { background-color: rgb(34,110,79); }

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

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

 span { border-color: rgb(34,110,79); }

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