Html Css Color HEX #14942B Forest Green

📋 copy color: '#14942B'

red 20 ◦ green 148 ◦ blue 43

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

Shades of Forest Green #14942B

Tints of Forest Green #14942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 70.14%

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

R = 9.48%
G = 70.14%
B = 20.38%

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

#14942B (or 0x14942B) is known color: Forest Green. HEX triplet: 14, 94 and 2B. RGB value is (20,148,43). Sum of RGB (Red+Green+Blue) = 20+148+43=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #14942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14942B is #EB6BD4. Grayscale: #626262. Windows color (decimal): -15428565 or 2855956. OLE color: 2855956.

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

Color convert

RGB 20 148 43 -
CMYK 0.86 0 0.71 0.42
HSL 130.78º 0.76% 0.33% -
HSV(B) 130.78º 0.86% 0.58% -
XYZ 11.31 21.5 5.84 -
YUV 97.76 97.09 72.54 -
System Red Green Blue C M Y K H S L
Decimal 20 148 43 0.86 0 0.71 0.42 130.78 0.76 0.33
Hex 14 94 2B 56 0 47 2A 83 4C 21
Octal 24 224 53 126 0 107 52 203 114 41
Binary 10100 10010100 101011 1010110 0 1000111 101010 10000011 1001100 100001

Color Harmonies of #14942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14942B

Black with #14942B

Text Example


Text Example

White with #14942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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