Html Css Color HEX #147441 Dark Spring Green

📋 copy color: '#147441'

red 20 ◦ green 116 ◦ blue 65

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

Shades of Dark Spring Green #147441

Tints of Dark Spring Green #147441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.71%

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 9.95%
G = 57.71%
B = 32.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#147441 (or 0x147441) is known color: Dark Spring Green. HEX triplet: 14, 74 and 41. RGB value is (20,116,65). Sum of RGB (Red+Green+Blue) = 20+116+65=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #147441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147441 is #EB8BBE. Grayscale: #515151. Windows color (decimal): -15436735 or 4289556. OLE color: 4289556.

HSL color Cylindrical-coordinate representation of color #147441: hue angle of 148.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147441 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 65 -
CMYK 0.83 0 0.44 0.55
HSL 148.13º 0.71% 0.27% -
HSV(B) 148.13º 0.83% 0.45% -
XYZ 7.49 13.02 7.12 -
YUV 81.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 20 116 65 0.83 0 0.44 0.55 148.13 0.71 0.27
Hex 14 74 41 53 0 2C 37 94 47 1B
Octal 24 164 101 123 0 54 67 224 107 33
Binary 10100 1110100 1000001 1010011 0 101100 110111 10010100 1000111 11011

Color Harmonies of #147441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147441

Black with #147441

Text Example


Text Example

White with #147441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147441; }

 p { color: rgb(20,116,65); }

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

background-color css

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

 a { background-color: rgb(20,116,65); }

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

border-color css

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

 span { border-color: rgb(20,116,65); }

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