Html Css Color HEX #14852A Forest Green

📋 copy color: '#14852A'

red 20 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #14852A

Tints of Forest Green #14852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 68.21%

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

R = 10.26%
G = 68.21%
B = 21.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#14852A (or 0x14852A) is known color: Forest Green. HEX triplet: 14, 85 and 2A. RGB value is (20,133,42). Sum of RGB (Red+Green+Blue) = 20+133+42=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #14852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14852A is #EB7AD5. Grayscale: #595959. Windows color (decimal): -15432406 or 2786580. OLE color: 2786580.

HSL color Cylindrical-coordinate representation of color #14852A: hue angle of 131.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14852A is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 42 -
CMYK 0.85 0 0.68 0.48
HSL 131.68º 0.74% 0.3% -
HSV(B) 131.68º 0.85% 0.52% -
XYZ 9.09 17.09 5.01 -
YUV 88.84 101.56 78.9 -
System Red Green Blue C M Y K H S L
Decimal 20 133 42 0.85 0 0.68 0.48 131.68 0.74 0.3
Hex 14 85 2A 55 0 44 30 84 4A 1E
Octal 24 205 52 125 0 104 60 204 112 36
Binary 10100 10000101 101010 1010101 0 1000100 110000 10000100 1001010 11110

Color Harmonies of #14852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14852A

Black with #14852A

Text Example


Text Example

White with #14852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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