#147242

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

Shades of Dark Spring Green #147242

Tints of Dark Spring Green #147242

Color information

#147242 (or 0x147242) is unknown color: approx Dark Spring Green. HEX triplet: 14, 72 and 42. RGB value is (20,114,66). Sum of RGB (Red+Green+Blue) = 20+114+66=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #147242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147242 is #EB8DBD. Grayscale: #505050. Windows color (decimal): -15437246 or 4354580. OLE color: 4354580.

HSL color Cylindrical-coordinate representation of color #147242: hue angle of 149.36º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147242 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB2011466-
CMYK0.8200.420.55
HSL149.36º70.15%26.27%-
HSV(B)149.36º82.46%44.71%-
XYZ7.2912.587.2-
YUV80.42119.8684.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 66 (26.17% from 255) = 33%
R=10%
G=57%
B=33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114660.8200.420.55149.3670.1526.27
Hex1472425202A3795461a
Octal241621021220526722510632
Binary10100111001010000101010010010101011011110010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147242; }

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

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

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

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

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

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

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

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