Html Css Color HEX #147F28 Forest Green

📋 copy color: '#147F28'

red 20 ◦ green 127 ◦ blue 40

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

Shades of Forest Green #147F28

Tints of Forest Green #147F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 10.7%
G = 67.91%
B = 21.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#147F28 (or 0x147F28) is known color: Forest Green. HEX triplet: 14, 7F and 28. RGB value is (20,127,40). Sum of RGB (Red+Green+Blue) = 20+127+40=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 127 (50% from 255 or 67.91% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 127 - color contains mainly: green. Hex color #147F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F28 is #EB80D7. Grayscale: #555555. Windows color (decimal): -15433944 or 2653972. OLE color: 2653972.

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

Color convert

RGB 20 127 40 -
CMYK 0.84 0 0.69 0.50
HSL 131.22º 0.73% 0.29% -
HSV(B) 131.22º 0.84% 0.5% -
XYZ 8.26 15.48 4.56 -
YUV 85.09 102.55 81.57 -
System Red Green Blue C M Y K H S L
Decimal 20 127 40 0.84 0 0.69 0.50 131.22 0.73 0.29
Hex 14 7F 28 54 0 45 32 83 49 1D
Octal 24 177 50 124 0 105 62 203 111 35
Binary 10100 1111111 101000 1010100 0 1000101 110010 10000011 1001001 11101

Color Harmonies of #147F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F28

Black with #147F28

Text Example


Text Example

White with #147F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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