Html Css Color HEX #14932B Forest Green

📋 copy color: '#14932B'

red 20 ◦ green 147 ◦ blue 43

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

Shades of Forest Green #14932B

Tints of Forest Green #14932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 70%

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

R = 9.52%
G = 70%
B = 20.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#14932B (or 0x14932B) is known color: Forest Green. HEX triplet: 14, 93 and 2B. RGB value is (20,147,43). Sum of RGB (Red+Green+Blue) = 20+147+43=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #14932B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14932B is #EB6CD4. Grayscale: #616161. Windows color (decimal): -15428821 or 2855700. OLE color: 2855700.

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

Color convert

RGB 20 147 43 -
CMYK 0.86 0 0.71 0.42
HSL 130.87º 0.76% 0.33% -
HSV(B) 130.87º 0.86% 0.58% -
XYZ 11.16 21.19 5.79 -
YUV 97.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 20 147 43 0.86 0 0.71 0.42 130.87 0.76 0.33
Hex 14 93 2B 56 0 47 2A 83 4C 21
Octal 24 223 53 126 0 107 52 203 114 41
Binary 10100 10010011 101011 1010110 0 1000111 101010 10000011 1001100 100001

Color Harmonies of #14932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14932B

Black with #14932B

Text Example


Text Example

White with #14932B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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