Html Css Color HEX #148337 Dark Spring Green

📋 copy color: '#148337'

red 20 ◦ green 131 ◦ blue 55

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

Shades of Dark Spring Green #148337

Tints of Dark Spring Green #148337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.59%

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

R = 9.71%
G = 63.59%
B = 26.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#148337 (or 0x148337) is known color: Dark Spring Green. HEX triplet: 14, 83 and 37. RGB value is (20,131,55). Sum of RGB (Red+Green+Blue) = 20+131+55=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #148337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148337 is #EB7CC8. Grayscale: #595959. Windows color (decimal): -15432905 or 3638036. OLE color: 3638036.

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

Color convert

RGB 20 131 55 -
CMYK 0.85 0 0.58 0.49
HSL 138.92º 0.74% 0.3% -
HSV(B) 138.92º 0.85% 0.51% -
XYZ 9.09 16.66 6.35 -
YUV 89.15 108.73 78.68 -
System Red Green Blue C M Y K H S L
Decimal 20 131 55 0.85 0 0.58 0.49 138.92 0.74 0.3
Hex 14 83 37 55 0 3A 31 8B 4A 1E
Octal 24 203 67 125 0 72 61 213 112 36
Binary 10100 10000011 110111 1010101 0 111010 110001 10001011 1001010 11110

Color Harmonies of #148337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148337

Black with #148337

Text Example


Text Example

White with #148337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148337; }

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

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

background-color css

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

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

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

border-color css

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

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

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