Html Css Color HEX #14952B Forest Green

📋 copy color: '#14952B'

red 20 ◦ green 149 ◦ blue 43

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

Shades of Forest Green #14952B

Tints of Forest Green #14952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.28%

R = 9.43%
G = 70.28%
B = 20.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#14952B (or 0x14952B) is known color: Forest Green. HEX triplet: 14, 95 and 2B. RGB value is (20,149,43). Sum of RGB (Red+Green+Blue) = 20+149+43=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #14952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14952B is #EB6AD4. Grayscale: #626262. Windows color (decimal): -15428309 or 2856212. OLE color: 2856212.

HSL color Cylindrical-coordinate representation of color #14952B: hue angle of 130.7º 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 #14952B is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 43 -
CMYK 0.87 0 0.71 0.42
HSL 130.7º 0.76% 0.33% -
HSV(B) 130.7º 0.87% 0.58% -
XYZ 11.47 21.82 5.89 -
YUV 98.35 96.76 72.12 -
System Red Green Blue C M Y K H S L
Decimal 20 149 43 0.87 0 0.71 0.42 130.7 0.76 0.33
Hex 14 95 2B 57 0 47 2A 83 4C 21
Octal 24 225 53 127 0 107 52 203 114 41
Binary 10100 10010101 101011 1010111 0 1000111 101010 10000011 1001100 100001

Color Harmonies of #14952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14952B

Black with #14952B

Text Example


Text Example

White with #14952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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