Html Css Color HEX #148137 Dark Spring Green

📋 copy color: '#148137'

red 20 ◦ green 129 ◦ blue 55

#148137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #148137

Tints of Dark Spring Green #148137

RGB

 RED value IS 20 (8.2% from 255) = 9.8%

 GREEN value IS 129 (50.78% from 255) = 63.24%

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 9.8%
G = 63.24%
B = 26.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#148137 (or 0x148137) is known color: Dark Spring Green. HEX triplet: 14, 81 and 37. RGB value is (20,129,55). Sum of RGB (Red+Green+Blue) = 20+129+55=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #148137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148137 is #EB7EC8. Grayscale: #585858. Windows color (decimal): -15433417 or 3637524. OLE color: 3637524.

HSL color Cylindrical-coordinate representation of color #148137: hue angle of 139.27º 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 #148137 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 55 -
CMYK 0.84 0 0.57 0.49
HSL 139.27º 0.73% 0.29% -
HSV(B) 139.27º 0.84% 0.51% -
XYZ 8.83 16.13 6.26 -
YUV 87.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 20 129 55 0.84 0 0.57 0.49 139.27 0.73 0.29
Hex 14 81 37 54 0 39 31 8B 49 1D
Octal 24 201 67 124 0 71 61 213 111 35
Binary 10100 10000001 110111 1010100 0 111001 110001 10001011 1001001 11101

Color Harmonies of #148137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148137

Black with #148137

Text Example


Text Example

White with #148137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148137; }

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

 H1.HeaderClassName
 {
   color: #148137;
 }
 .AnyTagClassName
 {
   color: #148137;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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