Html Css Color HEX #147A1B Forest Green

📋 copy color: '#147A1B'

red 20 ◦ green 122 ◦ blue 27

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

Shades of Forest Green #147A1B

Tints of Forest Green #147A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 72.19%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 11.83%
G = 72.19%
B = 15.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#147A1B (or 0x147A1B) is known color: Forest Green. HEX triplet: 14, 7A and 1B. RGB value is (20,122,27). Sum of RGB (Red+Green+Blue) = 20+122+27=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 122 (48.05% from 255 or 72.19% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 122 - color contains mainly: green. Hex color #147A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A1B is #EB85E4. Grayscale: #505050. Windows color (decimal): -15435237 or 1800724. OLE color: 1800724.

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

Color convert

RGB 20 122 27 -
CMYK 0.84 0 0.78 0.52
HSL 124.12º 0.72% 0.28% -
HSV(B) 124.12º 0.84% 0.48% -
XYZ 7.45 14.15 3.38 -
YUV 80.67 97.71 84.72 -
System Red Green Blue C M Y K H S L
Decimal 20 122 27 0.84 0 0.78 0.52 124.12 0.72 0.28
Hex 14 7A 1B 54 0 4E 34 7C 48 1C
Octal 24 172 33 124 0 116 64 174 110 34
Binary 10100 1111010 11011 1010100 0 1001110 110100 1111100 1001000 11100

Color Harmonies of #147A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A1B

Black with #147A1B

Text Example


Text Example

White with #147A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,122,27); }

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

background-color css

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

 a { background-color: rgb(20,122,27); }

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

border-color css

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

 span { border-color: rgb(20,122,27); }

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