Html Css Color HEX #147515 Forest Green

📋 copy color: '#147515'

red 20 ◦ green 117 ◦ blue 21

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

Shades of Forest Green #147515

Tints of Forest Green #147515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 74.05%

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 12.66%
G = 74.05%
B = 13.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#147515 (or 0x147515) is known color: Forest Green. HEX triplet: 14, 75 and 15. RGB value is (20,117,21). Sum of RGB (Red+Green+Blue) = 20+117+21=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #147515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147515 is #EB8AEA. Grayscale: #4D4D4D. Windows color (decimal): -15436523 or 1406228. OLE color: 1406228.

HSL color Cylindrical-coordinate representation of color #147515: hue angle of 120.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147515 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 21 -
CMYK 0.83 0 0.82 0.54
HSL 120.62º 0.71% 0.27% -
HSV(B) 120.62º 0.83% 0.46% -
XYZ 6.79 12.93 2.85 -
YUV 77.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 20 117 21 0.83 0 0.82 0.54 120.62 0.71 0.27
Hex 14 75 15 53 0 52 36 79 47 1B
Octal 24 165 25 123 0 122 66 171 107 33
Binary 10100 1110101 10101 1010011 0 1010010 110110 1111001 1000111 11011

Color Harmonies of #147515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147515

Black with #147515

Text Example


Text Example

White with #147515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147515; }

 p { color: rgb(20,117,21); }

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

background-color css

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

 a { background-color: rgb(20,117,21); }

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

border-color css

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

 span { border-color: rgb(20,117,21); }

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