#146F3E

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

Shades of Dark Spring Green #146F3E

Tints of Dark Spring Green #146F3E

Color information

#146F3E (or 0x146F3E) is unknown color: approx Dark Spring Green. HEX triplet: 14, 6F and 3E. RGB value is (20,111,62). Sum of RGB (Red+Green+Blue) = 20+111+62=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #146F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F3E is #EB90C1. Grayscale: #4E4E4E. Windows color (decimal): -15438018 or 4091668. OLE color: 4091668.

HSL color Cylindrical-coordinate representation of color #146F3E: hue angle of 147.69º 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 #146F3E is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB2011162-
CMYK0.8200.440.56
HSL147.69º69.47%25.69%-
HSV(B)147.69º81.98%43.53%-
XYZ6.8411.876.49-
YUV78.2118.8586.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=10.36%
G=57.51%
B=32.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111620.8200.440.56147.6969.4725.69
Hex146F3E5202C3894451a
Octal24157761220547022410532
Binary1010011011111111101010010010110011100010010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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