#148339

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

Shades of Dark Spring Green #148339

Tints of Dark Spring Green #148339

Color information

#148339 (or 0x148339) is unknown color: approx Dark Spring Green. HEX triplet: 14, 83 and 39. RGB value is (20,131,57). Sum of RGB (Red+Green+Blue) = 20+131+57=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #148339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148339 is #EB7CC6. Grayscale: #595959. Windows color (decimal): -15432903 or 3769108. OLE color: 3769108.

HSL color Cylindrical-coordinate representation of color #148339: hue angle of 140º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148339 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB2013157-
CMYK0.8500.560.49
HSL140º73.51%29.61%-
HSV(B)140º84.73%51.37%-
XYZ9.1416.686.61-
YUV89.38109.7378.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 131 (51.56% from 255) = 62.98%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=9.62%
G=62.98%
B=27.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131570.8500.560.4914073.5129.61
Hex14833955038318c4a1e
Octal24203711250706121411236
Binary10100100000111110011010101011100011000110001100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148339; }

 p { color: rgb(20,131,57); }

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

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

 a { background-color: rgb(20,131,57); }

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

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

 span { border-color: rgb(20,131,57); }

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