Html Css Color HEX #147241 Dark Spring Green

📋 copy color: '#147241'

red 20 ◦ green 114 ◦ blue 65

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

Shades of Dark Spring Green #147241

Tints of Dark Spring Green #147241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.29%

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

R = 10.05%
G = 57.29%
B = 32.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#147241 (or 0x147241) is known color: Dark Spring Green. HEX triplet: 14, 72 and 41. RGB value is (20,114,65). Sum of RGB (Red+Green+Blue) = 20+114+65=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #147241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147241 is #EB8DBE. Grayscale: #505050. Windows color (decimal): -15437247 or 4289044. OLE color: 4289044.

HSL color Cylindrical-coordinate representation of color #147241: hue angle of 148.72º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147241 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 65 -
CMYK 0.82 0 0.43 0.55
HSL 148.72º 0.7% 0.26% -
HSV(B) 148.72º 0.82% 0.45% -
XYZ 7.26 12.57 7.04 -
YUV 80.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 20 114 65 0.82 0 0.43 0.55 148.72 0.7 0.26
Hex 14 72 41 52 0 2B 37 95 46 1A
Octal 24 162 101 122 0 53 67 225 106 32
Binary 10100 1110010 1000001 1010010 0 101011 110111 10010101 1000110 11010

Color Harmonies of #147241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147241

Black with #147241

Text Example


Text Example

White with #147241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147241; }

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

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

background-color css

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

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

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

border-color css

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

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

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