Html Css Color HEX #14813B Dark Spring Green

📋 copy color: '#14813B'

red 20 ◦ green 129 ◦ blue 59

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

Shades of Dark Spring Green #14813B

Tints of Dark Spring Green #14813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 9.62%
G = 62.02%
B = 28.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#14813B (or 0x14813B) is known color: Dark Spring Green. HEX triplet: 14, 81 and 3B. RGB value is (20,129,59). Sum of RGB (Red+Green+Blue) = 20+129+59=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #14813B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14813B is #EB7EC4. Grayscale: #585858. Windows color (decimal): -15433413 or 3899668. OLE color: 3899668.

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

Color convert

RGB 20 129 59 -
CMYK 0.84 0 0.54 0.49
HSL 141.47º 0.73% 0.29% -
HSV(B) 141.47º 0.84% 0.51% -
XYZ 8.93 16.17 6.79 -
YUV 88.43 111.39 79.19 -
System Red Green Blue C M Y K H S L
Decimal 20 129 59 0.84 0 0.54 0.49 141.47 0.73 0.29
Hex 14 81 3B 54 0 36 31 8D 49 1D
Octal 24 201 73 124 0 66 61 215 111 35
Binary 10100 10000001 111011 1010100 0 110110 110001 10001101 1001001 11101

Color Harmonies of #14813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14813B

Black with #14813B

Text Example


Text Example

White with #14813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14813B; }

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

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

background-color css

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

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

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

border-color css

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

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

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