Html Css Color HEX #147F25 Forest Green

📋 copy color: '#147F25'

red 20 ◦ green 127 ◦ blue 37

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

Shades of Forest Green #147F25

Tints of Forest Green #147F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 10.87%
G = 69.02%
B = 20.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#147F25 (or 0x147F25) is known color: Forest Green. HEX triplet: 14, 7F and 25. RGB value is (20,127,37). Sum of RGB (Red+Green+Blue) = 20+127+37=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 127 (50% from 255 or 69.02% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 127 - color contains mainly: green. Hex color #147F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F25 is #EB80DA. Grayscale: #555555. Windows color (decimal): -15433947 or 2457364. OLE color: 2457364.

HSL color Cylindrical-coordinate representation of color #147F25: hue angle of 129.53º 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 #147F25 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 37 -
CMYK 0.84 0 0.71 0.50
HSL 129.53º 0.73% 0.29% -
HSV(B) 129.53º 0.84% 0.5% -
XYZ 8.21 15.46 4.3 -
YUV 84.75 101.05 81.82 -
System Red Green Blue C M Y K H S L
Decimal 20 127 37 0.84 0 0.71 0.50 129.53 0.73 0.29
Hex 14 7F 25 54 0 47 32 82 49 1D
Octal 24 177 45 124 0 107 62 202 111 35
Binary 10100 1111111 100101 1010100 0 1000111 110010 10000010 1001001 11101

Color Harmonies of #147F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F25

Black with #147F25

Text Example


Text Example

White with #147F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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