Html Css Color HEX #14952A Forest Green

📋 copy color: '#14952A'

red 20 ◦ green 149 ◦ blue 42

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

Shades of Forest Green #14952A

Tints of Forest Green #14952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.62%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 9.48%
G = 70.62%
B = 19.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#14952A (or 0x14952A) is known color: Forest Green. HEX triplet: 14, 95 and 2A. RGB value is (20,149,42). Sum of RGB (Red+Green+Blue) = 20+149+42=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #14952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14952A is #EB6AD5. Grayscale: #626262. Windows color (decimal): -15428310 or 2790676. OLE color: 2790676.

HSL color Cylindrical-coordinate representation of color #14952A: hue angle of 130.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14952A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 42 -
CMYK 0.87 0 0.72 0.42
HSL 130.23º 0.76% 0.33% -
HSV(B) 130.23º 0.87% 0.58% -
XYZ 11.45 21.81 5.8 -
YUV 98.23 96.26 72.2 -
System Red Green Blue C M Y K H S L
Decimal 20 149 42 0.87 0 0.72 0.42 130.23 0.76 0.33
Hex 14 95 2A 57 0 48 2A 82 4C 21
Octal 24 225 52 127 0 110 52 202 114 41
Binary 10100 10010101 101010 1010111 0 1001000 101010 10000010 1001100 100001

Color Harmonies of #14952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14952A

Black with #14952A

Text Example


Text Example

White with #14952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14952A; }

 p { color: rgb(20,149,42); }

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

background-color css

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

 a { background-color: rgb(20,149,42); }

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

border-color css

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

 span { border-color: rgb(20,149,42); }

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