Html Css Color HEX #147B15 Forest Green

📋 copy color: '#147B15'

red 20 ◦ green 123 ◦ blue 21

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

Shades of Forest Green #147B15

Tints of Forest Green #147B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 75%

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

R = 12.2%
G = 75%
B = 12.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#147B15 (or 0x147B15) is known color: Forest Green. HEX triplet: 14, 7B and 15. RGB value is (20,123,21). Sum of RGB (Red+Green+Blue) = 20+123+21=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 123 (48.44% from 255 or 75% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 123 - color contains mainly: green. Hex color #147B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147B15 is #EB84EA. Grayscale: #505050. Windows color (decimal): -15434987 or 1407764. OLE color: 1407764.

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

Color convert

RGB 20 123 21 -
CMYK 0.84 0 0.83 0.52
HSL 120.58º 0.72% 0.28% -
HSV(B) 120.58º 0.84% 0.48% -
XYZ 7.51 14.37 3.09 -
YUV 80.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 20 123 21 0.84 0 0.83 0.52 120.58 0.72 0.28
Hex 14 7B 15 54 0 53 34 79 48 1C
Octal 24 173 25 124 0 123 64 171 110 34
Binary 10100 1111011 10101 1010100 0 1010011 110100 1111001 1001000 11100

Color Harmonies of #147B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B15

Black with #147B15

Text Example


Text Example

White with #147B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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