Html Css Color HEX #147341 Dark Spring Green

📋 copy color: '#147341'

red 20 ◦ green 115 ◦ blue 65

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

Shades of Dark Spring Green #147341

Tints of Dark Spring Green #147341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.5%

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

R = 10%
G = 57.5%
B = 32.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#147341 (or 0x147341) is known color: Dark Spring Green. HEX triplet: 14, 73 and 41. RGB value is (20,115,65). Sum of RGB (Red+Green+Blue) = 20+115+65=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #147341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147341 is #EB8CBE. Grayscale: #515151. Windows color (decimal): -15436991 or 4289300. OLE color: 4289300.

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

Color convert

RGB 20 115 65 -
CMYK 0.83 0 0.43 0.55
HSL 148.42º 0.7% 0.26% -
HSV(B) 148.42º 0.83% 0.45% -
XYZ 7.37 12.79 7.08 -
YUV 80.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 20 115 65 0.83 0 0.43 0.55 148.42 0.7 0.26
Hex 14 73 41 53 0 2B 37 94 46 1A
Octal 24 163 101 123 0 53 67 224 106 32
Binary 10100 1110011 1000001 1010011 0 101011 110111 10010100 1000110 11010

Color Harmonies of #147341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147341

Black with #147341

Text Example


Text Example

White with #147341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147341; }

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

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

background-color css

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

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

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

border-color css

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

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

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