Html Css Color HEX #148139 Dark Spring Green

📋 copy color: '#148139'

red 20 ◦ green 129 ◦ blue 57

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

Shades of Dark Spring Green #148139

Tints of Dark Spring Green #148139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 9.71%
G = 62.62%
B = 27.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#148139 (or 0x148139) is known color: Dark Spring Green. HEX triplet: 14, 81 and 39. RGB value is (20,129,57). Sum of RGB (Red+Green+Blue) = 20+129+57=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #148139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148139 is #EB7EC6. Grayscale: #585858. Windows color (decimal): -15433415 or 3768596. OLE color: 3768596.

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

Color convert

RGB 20 129 57 -
CMYK 0.84 0 0.56 0.49
HSL 140.37º 0.73% 0.29% -
HSV(B) 140.37º 0.84% 0.51% -
XYZ 8.88 16.14 6.52 -
YUV 88.2 110.39 79.35 -
System Red Green Blue C M Y K H S L
Decimal 20 129 57 0.84 0 0.56 0.49 140.37 0.73 0.29
Hex 14 81 39 54 0 38 31 8C 49 1D
Octal 24 201 71 124 0 70 61 214 111 35
Binary 10100 10000001 111001 1010100 0 111000 110001 10001100 1001001 11101

Color Harmonies of #148139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148139

Black with #148139

Text Example


Text Example

White with #148139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148139; }

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

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

background-color css

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

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

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

border-color css

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

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

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