Html Css Color HEX #0E842C Forest Green

📋 copy color: '#0E842C'

red 14 ◦ green 132 ◦ blue 44

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

Shades of Forest Green #0E842C

Tints of Forest Green #0E842C

RGB

 RED value IS 14 (5.86% from 255) = 7.37%

 GREEN value IS 132 (51.95% from 255) = 69.47%

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 7.37%
G = 69.47%
B = 23.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#0E842C (or 0x0E842C) is known color: Forest Green. HEX triplet: 0E, 84 and 2C. RGB value is (14,132,44). Sum of RGB (Red+Green+Blue) = 14+132+44=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 132 (51.95% from 255 or 69.47% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 132 - color contains mainly: green. Hex color #0E842C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E842C is #F17BD3. Grayscale: #565656. Windows color (decimal): -15825876 or 2917390. OLE color: 2917390.

HSL color Cylindrical-coordinate representation of color #0E842C: hue angle of 135.25º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E842C is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 132 44 -
CMYK 0.89 0 0.67 0.48
HSL 135.25º 0.81% 0.29% -
HSV(B) 135.25º 0.89% 0.52% -
XYZ 8.89 16.78 5.15 -
YUV 86.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 14 132 44 0.89 0 0.67 0.48 135.25 0.81 0.29
Hex E 84 2C 59 0 43 30 87 51 1D
Octal 16 204 54 131 0 103 60 207 121 35
Binary 1110 10000100 101100 1011001 0 1000011 110000 10000111 1010001 11101

Color Harmonies of #0E842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E842C

Black with #0E842C

Text Example


Text Example

White with #0E842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E842C; }

 p { color: rgb(14,132,44); }

 H1.HeaderClassName
 {
   color: #0E842C;
 }
 .AnyTagClassName
 {
   color: #0E842C;
 }
</style>

background-color css

<style>
 a { background-color: #0E842C; }

 a { background-color: rgb(14,132,44); }

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

border-color css

<style>
 span { border-color: #0E842C; }

 span { border-color: rgb(14,132,44); }

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