#146F42

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

Shades of Dark Spring Green #146F42

Tints of Dark Spring Green #146F42

Color information

#146F42 (or 0x146F42) is unknown color: approx Dark Spring Green. HEX triplet: 14, 6F and 42. RGB value is (20,111,66). Sum of RGB (Red+Green+Blue) = 20+111+66=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #146F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F42 is #EB90BD. Grayscale: #4E4E4E. Windows color (decimal): -15438014 or 4353812. OLE color: 4353812.

HSL color Cylindrical-coordinate representation of color #146F42: hue angle of 150.33º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F42 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB2011166-
CMYK0.8200.410.56
HSL150.33º69.47%25.69%-
HSV(B)150.33º81.98%43.53%-
XYZ6.9611.917.09-
YUV78.66120.8586.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=10.15%
G=56.35%
B=33.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111660.8200.410.56150.3369.4725.69
Hex146F42520293896451a
Octal241571021220517022610532
Binary10100110111110000101010010010100111100010010110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F42; }

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

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

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

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

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

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

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

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