Html Css Color HEX #14813A Dark Spring Green

📋 copy color: '#14813A'

red 20 ◦ green 129 ◦ blue 58

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

Shades of Dark Spring Green #14813A

Tints of Dark Spring Green #14813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 9.66%
G = 62.32%
B = 28.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#14813A (or 0x14813A) is known color: Dark Spring Green. HEX triplet: 14, 81 and 3A. RGB value is (20,129,58). Sum of RGB (Red+Green+Blue) = 20+129+58=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #14813A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14813A is #EB7EC5. Grayscale: #585858. Windows color (decimal): -15433414 or 3834132. OLE color: 3834132.

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

Color convert

RGB 20 129 58 -
CMYK 0.84 0 0.55 0.49
HSL 140.92º 0.73% 0.29% -
HSV(B) 140.92º 0.84% 0.51% -
XYZ 8.9 16.15 6.65 -
YUV 88.32 110.89 79.27 -
System Red Green Blue C M Y K H S L
Decimal 20 129 58 0.84 0 0.55 0.49 140.92 0.73 0.29
Hex 14 81 3A 54 0 37 31 8D 49 1D
Octal 24 201 72 124 0 67 61 215 111 35
Binary 10100 10000001 111010 1010100 0 110111 110001 10001101 1001001 11101

Color Harmonies of #14813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14813A

Black with #14813A

Text Example


Text Example

White with #14813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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