Html Css Color HEX #147442 Dark Spring Green

📋 copy color: '#147442'

red 20 ◦ green 116 ◦ blue 66

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

Shades of Dark Spring Green #147442

Tints of Dark Spring Green #147442

RGB

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

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

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

R = 9.9%
G = 57.43%
B = 32.67%

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

#147442 (or 0x147442) is known color: Dark Spring Green. HEX triplet: 14, 74 and 42. RGB value is (20,116,66). Sum of RGB (Red+Green+Blue) = 20+116+66=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #147442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147442 is #EB8BBD. Grayscale: #515151. Windows color (decimal): -15436734 or 4355092. OLE color: 4355092.

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

Color convert

RGB 20 116 66 -
CMYK 0.83 0 0.43 0.55
HSL 148.75º 0.71% 0.27% -
HSV(B) 148.75º 0.83% 0.45% -
XYZ 7.52 13.03 7.27 -
YUV 81.6 119.2 84.07 -
System Red Green Blue C M Y K H S L
Decimal 20 116 66 0.83 0 0.43 0.55 148.75 0.71 0.27
Hex 14 74 42 53 0 2B 37 95 47 1B
Octal 24 164 102 123 0 53 67 225 107 33
Binary 10100 1110100 1000010 1010011 0 101011 110111 10010101 1000111 11011

Color Harmonies of #147442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147442

Black with #147442

Text Example


Text Example

White with #147442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147442; }

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

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

background-color css

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

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

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

border-color css

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

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

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