Html Css Color HEX #147B1F Forest Green

📋 copy color: '#147B1F'

red 20 ◦ green 123 ◦ blue 31

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

Shades of Forest Green #147B1F

Tints of Forest Green #147B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 11.49%
G = 70.69%
B = 17.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#147B1F (or 0x147B1F) is known color: Forest Green. HEX triplet: 14, 7B and 1F. RGB value is (20,123,31). Sum of RGB (Red+Green+Blue) = 20+123+31=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 123 (48.44% from 255 or 70.69% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 123 - color contains mainly: green. Hex color #147B1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B1F is #EB84E0. Grayscale: #515151. Windows color (decimal): -15434977 or 2063124. OLE color: 2063124.

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

Color convert

RGB 20 123 31 -
CMYK 0.84 0 0.75 0.52
HSL 126.41º 0.72% 0.28% -
HSV(B) 126.41º 0.84% 0.48% -
XYZ 7.62 14.41 3.68 -
YUV 81.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 20 123 31 0.84 0 0.75 0.52 126.41 0.72 0.28
Hex 14 7B 1F 54 0 4B 34 7E 48 1C
Octal 24 173 37 124 0 113 64 176 110 34
Binary 10100 1111011 11111 1010100 0 1001011 110100 1111110 1001000 11100

Color Harmonies of #147B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B1F

Black with #147B1F

Text Example


Text Example

White with #147B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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