Html Css Color HEX #147342 Dark Spring Green

📋 copy color: '#147342'

red 20 ◦ green 115 ◦ blue 66

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

Shades of Dark Spring Green #147342

Tints of Dark Spring Green #147342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 9.95%
G = 57.21%
B = 32.84%

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

#147342 (or 0x147342) is known color: Dark Spring Green. HEX triplet: 14, 73 and 42. RGB value is (20,115,66). Sum of RGB (Red+Green+Blue) = 20+115+66=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #147342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147342 is #EB8CBD. Grayscale: #515151. Windows color (decimal): -15436990 or 4354836. OLE color: 4354836.

HSL color Cylindrical-coordinate representation of color #147342: hue angle of 149.05º 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 #147342 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 66 -
CMYK 0.83 0 0.43 0.55
HSL 149.05º 0.7% 0.26% -
HSV(B) 149.05º 0.83% 0.45% -
XYZ 7.4 12.8 7.24 -
YUV 81.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 20 115 66 0.83 0 0.43 0.55 149.05 0.7 0.26
Hex 14 73 42 53 0 2B 37 95 46 1A
Octal 24 163 102 123 0 53 67 225 106 32
Binary 10100 1110011 1000010 1010011 0 101011 110111 10010101 1000110 11010

Color Harmonies of #147342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147342

Black with #147342

Text Example


Text Example

White with #147342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147342; }

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

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

background-color css

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

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

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

border-color css

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

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

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