#167248

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

Shades of Dark Spring Green #167248

Tints of Dark Spring Green #167248

Color information

#167248 (or 0x167248) is unknown color: approx Dark Spring Green. HEX triplet: 16, 72 and 48. RGB value is (22,114,72). Sum of RGB (Red+Green+Blue) = 22+114+72=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #167248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167248 is #E98DB7. Grayscale: #515151. Windows color (decimal): -15306168 or 4747798. OLE color: 4747798.

HSL color Cylindrical-coordinate representation of color #167248: hue angle of 152.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167248 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB2211472-
CMYK0.8100.370.55
HSL152.61º67.65%26.67%-
HSV(B)152.61º80.7%44.71%-
XYZ7.5212.678.18-
YUV81.7122.5285.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=10.58%
G=54.81%
B=34.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22114720.8100.370.55152.6167.6526.67
Hex167248510253799441b
Octal261621101210456723110433
Binary10110111001010010001010001010010111011110011001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167248; }

 p { color: rgb(22,114,72); }

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

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

 a { background-color: rgb(22,114,72); }

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

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

 span { border-color: rgb(22,114,72); }

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