#147442

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

Shades of Dark Spring Green #147442

Tints of Dark Spring Green #147442

Color information

#147442 (or 0x147442) is unknown color: approx Dark Spring Green. HEX triplet: 14, 74 and 42. RGB value is (20,116,66). Sum of RGB (Red+Green+Blue) = 20+116+66=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #147442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147442 is #EB8BBD. Grayscale: #515151. Windows color (decimal): -15436734 or 4355092. OLE color: 4355092.

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

Color convert

RGB2011666-
CMYK0.8300.430.55
HSL148.75º70.59%26.67%-
HSV(B)148.75º82.76%45.49%-
XYZ7.5213.037.27-
YUV81.6119.284.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 116 (45.70% from 255) = 57.43%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=9.90%
G=57.43%
B=32.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116660.8300.430.55148.7570.5926.67
Hex1474425302B3795471b
Octal241641021230536722510733
Binary10100111010010000101010011010101111011110010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147442; }

 p { color: rgb(20,116,66); }

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

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

 a { background-color: rgb(20,116,66); }

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

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

 span { border-color: rgb(20,116,66); }

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