Html Css Color HEX #148339 Dark Spring Green

📋 copy color: '#148339'

red 20 ◦ green 131 ◦ blue 57

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

Shades of Dark Spring Green #148339

Tints of Dark Spring Green #148339

RGB

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

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

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

R = 9.62%
G = 62.98%
B = 27.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#148339 (or 0x148339) is known color: Dark Spring Green. HEX triplet: 14, 83 and 39. RGB value is (20,131,57). Sum of RGB (Red+Green+Blue) = 20+131+57=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #148339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148339 is #EB7CC6. Grayscale: #595959. Windows color (decimal): -15432903 or 3769108. OLE color: 3769108.

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

Color convert

RGB 20 131 57 -
CMYK 0.85 0 0.56 0.49
HSL 140º 0.74% 0.3% -
HSV(B) 140º 0.85% 0.51% -
XYZ 9.14 16.68 6.61 -
YUV 89.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 20 131 57 0.85 0 0.56 0.49 140 0.74 0.3
Hex 14 83 39 55 0 38 31 8C 4A 1E
Octal 24 203 71 125 0 70 61 214 112 36
Binary 10100 10000011 111001 1010101 0 111000 110001 10001100 1001010 11110

Color Harmonies of #148339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148339

Black with #148339

Text Example


Text Example

White with #148339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148339; }

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

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

background-color css

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

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

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

border-color css

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

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

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