Html Css Color HEX #14851C Forest Green

📋 copy color: '#14851C'

red 20 ◦ green 133 ◦ blue 28

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

Shades of Forest Green #14851C

Tints of Forest Green #14851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 11.05%
G = 73.48%
B = 15.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#14851C (or 0x14851C) is known color: Forest Green. HEX triplet: 14, 85 and 1C. RGB value is (20,133,28). Sum of RGB (Red+Green+Blue) = 20+133+28=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #14851C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14851C is #EB7AE3. Grayscale: #575757. Windows color (decimal): -15432420 or 1869076. OLE color: 1869076.

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

Color convert

RGB 20 133 28 -
CMYK 0.85 0 0.79 0.48
HSL 124.25º 0.74% 0.3% -
HSV(B) 124.25º 0.85% 0.52% -
XYZ 8.89 17.01 3.91 -
YUV 87.24 94.56 80.04 -
System Red Green Blue C M Y K H S L
Decimal 20 133 28 0.85 0 0.79 0.48 124.25 0.74 0.3
Hex 14 85 1C 55 0 4F 30 7C 4A 1E
Octal 24 205 34 125 0 117 60 174 112 36
Binary 10100 10000101 11100 1010101 0 1001111 110000 1111100 1001010 11110

Color Harmonies of #14851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14851C

Black with #14851C

Text Example


Text Example

White with #14851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14851C; }

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

 H1.HeaderClassName
 {
   color: #14851C;
 }
 .AnyTagClassName
 {
   color: #14851C;
 }
</style>

background-color css

<style>
 a { background-color: #14851C; }

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

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

border-color css

<style>
 span { border-color: #14851C; }

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

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