Html Css Color HEX #14862A Forest Green

📋 copy color: '#14862A'

red 20 ◦ green 134 ◦ blue 42

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

Shades of Forest Green #14862A

Tints of Forest Green #14862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 68.37%

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

R = 10.2%
G = 68.37%
B = 21.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#14862A (or 0x14862A) is known color: Forest Green. HEX triplet: 14, 86 and 2A. RGB value is (20,134,42). Sum of RGB (Red+Green+Blue) = 20+134+42=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 134 (52.73% from 255 or 68.37% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 134 - color contains mainly: green. Hex color #14862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14862A is #EB79D5. Grayscale: #595959. Windows color (decimal): -15432150 or 2786836. OLE color: 2786836.

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

Color convert

RGB 20 134 42 -
CMYK 0.85 0 0.69 0.47
HSL 131.58º 0.74% 0.3% -
HSV(B) 131.58º 0.85% 0.53% -
XYZ 9.23 17.37 5.06 -
YUV 89.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 20 134 42 0.85 0 0.69 0.47 131.58 0.74 0.3
Hex 14 86 2A 55 0 45 2F 84 4A 1E
Octal 24 206 52 125 0 105 57 204 112 36
Binary 10100 10000110 101010 1010101 0 1000101 101111 10000100 1001010 11110

Color Harmonies of #14862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14862A

Black with #14862A

Text Example


Text Example

White with #14862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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