Html Css Color HEX #147A42 Dark Spring Green

📋 copy color: '#147A42'

red 20 ◦ green 122 ◦ blue 66

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

Shades of Dark Spring Green #147A42

Tints of Dark Spring Green #147A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 58.65%

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

R = 9.62%
G = 58.65%
B = 31.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#147A42 (or 0x147A42) is known color: Dark Spring Green. HEX triplet: 14, 7A and 42. RGB value is (20,122,66). Sum of RGB (Red+Green+Blue) = 20+122+66=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #147A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A42 is #EB85BD. Grayscale: #555555. Windows color (decimal): -15435198 or 4356628. OLE color: 4356628.

HSL color Cylindrical-coordinate representation of color #147A42: hue angle of 147.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A42 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 122 66 -
CMYK 0.84 0 0.46 0.52
HSL 147.06º 0.72% 0.28% -
HSV(B) 147.06º 0.84% 0.48% -
XYZ 8.23 14.46 7.51 -
YUV 85.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 20 122 66 0.84 0 0.46 0.52 147.06 0.72 0.28
Hex 14 7A 42 54 0 2E 34 93 48 1C
Octal 24 172 102 124 0 56 64 223 110 34
Binary 10100 1111010 1000010 1010100 0 101110 110100 10010011 1001000 11100

Color Harmonies of #147A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A42

Black with #147A42

Text Example


Text Example

White with #147A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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