Html Css Color HEX #147B21 Forest Green

📋 copy color: '#147B21'

red 20 ◦ green 123 ◦ blue 33

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

Shades of Forest Green #147B21

Tints of Forest Green #147B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.75%

R = 11.36%
G = 69.89%
B = 18.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#147B21 (or 0x147B21) is known color: Forest Green. HEX triplet: 14, 7B and 21. RGB value is (20,123,33). Sum of RGB (Red+Green+Blue) = 20+123+33=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 123 (48.44% from 255 or 69.89% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 123 - color contains mainly: green. Hex color #147B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B21 is #EB84DE. Grayscale: #525252. Windows color (decimal): -15434975 or 2194196. OLE color: 2194196.

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

Color convert

RGB 20 123 33 -
CMYK 0.84 0 0.73 0.52
HSL 127.57º 0.72% 0.28% -
HSV(B) 127.57º 0.84% 0.48% -
XYZ 7.65 14.42 3.82 -
YUV 81.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 20 123 33 0.84 0 0.73 0.52 127.57 0.72 0.28
Hex 14 7B 21 54 0 49 34 80 48 1C
Octal 24 173 41 124 0 111 64 200 110 34
Binary 10100 1111011 100001 1010100 0 1001001 110100 10000000 1001000 11100

Color Harmonies of #147B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B21

Black with #147B21

Text Example


Text Example

White with #147B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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