#148138

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

Shades of Dark Spring Green #148138

Tints of Dark Spring Green #148138

Color information

#148138 (or 0x148138) is unknown color: approx Dark Spring Green. HEX triplet: 14, 81 and 38. RGB value is (20,129,56). Sum of RGB (Red+Green+Blue) = 20+129+56=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #148138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148138 is #EB7EC7. Grayscale: #585858. Windows color (decimal): -15433416 or 3703060. OLE color: 3703060.

HSL color Cylindrical-coordinate representation of color #148138: hue angle of 139.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148138 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB2012956-
CMYK0.8400.570.49
HSL139.82º73.15%29.22%-
HSV(B)139.82º84.5%50.59%-
XYZ8.8516.136.39-
YUV88.09109.8979.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 129 (50.78% from 255) = 62.93%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=9.76%
G=62.93%
B=27.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20129560.8400.570.49139.8273.1529.22
Hex14813854039318c491d
Octal24201701240716121411135
Binary10100100000011110001010100011100111000110001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148138; }

 p { color: rgb(20,129,56); }

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

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

 a { background-color: rgb(20,129,56); }

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

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

 span { border-color: rgb(20,129,56); }

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