Html Css Color HEX #148237 Dark Spring Green

📋 copy color: '#148237'

red 20 ◦ green 130 ◦ blue 55

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

Shades of Dark Spring Green #148237

Tints of Dark Spring Green #148237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.41%

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

R = 9.76%
G = 63.41%
B = 26.83%

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

#148237 (or 0x148237) is known color: Dark Spring Green. HEX triplet: 14, 82 and 37. RGB value is (20,130,55). Sum of RGB (Red+Green+Blue) = 20+130+55=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #148237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148237 is #EB7DC8. Grayscale: #585858. Windows color (decimal): -15433161 or 3637780. OLE color: 3637780.

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

Color convert

RGB 20 130 55 -
CMYK 0.85 0 0.58 0.49
HSL 139.09º 0.73% 0.29% -
HSV(B) 139.09º 0.85% 0.51% -
XYZ 8.96 16.39 6.31 -
YUV 88.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 20 130 55 0.85 0 0.58 0.49 139.09 0.73 0.29
Hex 14 82 37 55 0 3A 31 8B 49 1D
Octal 24 202 67 125 0 72 61 213 111 35
Binary 10100 10000010 110111 1010101 0 111010 110001 10001011 1001001 11101

Color Harmonies of #148237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148237

Black with #148237

Text Example


Text Example

White with #148237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148237; }

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

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

background-color css

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

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

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

border-color css

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

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

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