Html Css Color HEX #14852F Forest Green

📋 copy color: '#14852F'

red 20 ◦ green 133 ◦ blue 47

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

Shades of Forest Green #14852F

Tints of Forest Green #14852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 10%
G = 66.5%
B = 23.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#14852F (or 0x14852F) is known color: Forest Green. HEX triplet: 14, 85 and 2F. RGB value is (20,133,47). Sum of RGB (Red+Green+Blue) = 20+133+47=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #14852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14852F is #EB7AD0. Grayscale: #595959. Windows color (decimal): -15432401 or 3114260. OLE color: 3114260.

HSL color Cylindrical-coordinate representation of color #14852F: hue angle of 134.34º 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 #14852F is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 47 -
CMYK 0.85 0 0.65 0.48
HSL 134.34º 0.74% 0.3% -
HSV(B) 134.34º 0.85% 0.52% -
XYZ 9.19 17.13 5.51 -
YUV 89.41 104.06 78.49 -
System Red Green Blue C M Y K H S L
Decimal 20 133 47 0.85 0 0.65 0.48 134.34 0.74 0.3
Hex 14 85 2F 55 0 41 30 86 4A 1E
Octal 24 205 57 125 0 101 60 206 112 36
Binary 10100 10000101 101111 1010101 0 1000001 110000 10000110 1001010 11110

Color Harmonies of #14852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14852F

Black with #14852F

Text Example


Text Example

White with #14852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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