#167142

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

Shades of Dark Spring Green #167142

Tints of Dark Spring Green #167142

Color information

#167142 (or 0x167142) is unknown color: approx Dark Spring Green. HEX triplet: 16, 71 and 42. RGB value is (22,113,66). Sum of RGB (Red+Green+Blue) = 22+113+66=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #167142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167142 is #E98EBD. Grayscale: #505050. Windows color (decimal): -15306430 or 4354326. OLE color: 4354326.

HSL color Cylindrical-coordinate representation of color #167142: hue angle of 149.01º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167142 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB2211366-
CMYK0.8100.420.56
HSL149.01º67.41%26.47%-
HSV(B)149.01º80.53%44.31%-
XYZ7.2212.377.16-
YUV80.43119.8586.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=10.95%
G=56.22%
B=32.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113660.8100.420.56149.0167.4126.47
Hex1671425102A3895431a
Octal261611021210527022510332
Binary10110111000110000101010001010101011100010010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167142; }

 p { color: rgb(22,113,66); }

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

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

 a { background-color: rgb(22,113,66); }

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

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

 span { border-color: rgb(22,113,66); }

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