Html Css Color HEX #147F3E Dark Spring Green

📋 copy color: '#147F3E'

red 20 ◦ green 127 ◦ blue 62

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

Shades of Dark Spring Green #147F3E

Tints of Dark Spring Green #147F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 60.77%

 BLUE value IS 62 (24.61% from 255) = 29.67%

R = 9.57%
G = 60.77%
B = 29.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#147F3E (or 0x147F3E) is known color: Dark Spring Green. HEX triplet: 14, 7F and 3E. RGB value is (20,127,62). Sum of RGB (Red+Green+Blue) = 20+127+62=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #147F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F3E is #EB80C1. Grayscale: #575757. Windows color (decimal): -15433922 or 4095764. OLE color: 4095764.

HSL color Cylindrical-coordinate representation of color #147F3E: hue angle of 143.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F3E is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 62 -
CMYK 0.84 0 0.51 0.50
HSL 143.55º 0.73% 0.29% -
HSV(B) 143.55º 0.84% 0.5% -
XYZ 8.75 15.68 7.12 -
YUV 87.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 20 127 62 0.84 0 0.51 0.50 143.55 0.73 0.29
Hex 14 7F 3E 54 0 33 32 90 49 1D
Octal 24 177 76 124 0 63 62 220 111 35
Binary 10100 1111111 111110 1010100 0 110011 110010 10010000 1001001 11101

Color Harmonies of #147F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F3E

Black with #147F3E

Text Example


Text Example

White with #147F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,62); }

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

background-color css

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

 a { background-color: rgb(20,127,62); }

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

border-color css

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

 span { border-color: rgb(20,127,62); }

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