Html Css Color HEX #0E852D Forest Green

📋 copy color: '#0E852D'

red 14 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #0E852D

Tints of Forest Green #0E852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 7.29%
G = 69.27%
B = 23.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#0E852D (or 0x0E852D) is known color: Forest Green. HEX triplet: 0E, 85 and 2D. RGB value is (14,133,45). Sum of RGB (Red+Green+Blue) = 14+133+45=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #0E852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E852D is #F17AD2. Grayscale: #575757. Windows color (decimal): -15825619 or 2983182. OLE color: 2983182.

HSL color Cylindrical-coordinate representation of color #0E852D: hue angle of 135.63º 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 #0E852D is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 133 45 -
CMYK 0.89 0 0.66 0.48
HSL 135.63º 0.81% 0.29% -
HSV(B) 135.63º 0.89% 0.52% -
XYZ 9.04 17.06 5.3 -
YUV 87.39 104.08 75.66 -
System Red Green Blue C M Y K H S L
Decimal 14 133 45 0.89 0 0.66 0.48 135.63 0.81 0.29
Hex E 85 2D 59 0 42 30 88 51 1D
Octal 16 205 55 131 0 102 60 210 121 35
Binary 1110 10000101 101101 1011001 0 1000010 110000 10001000 1010001 11101

Color Harmonies of #0E852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E852D

Black with #0E852D

Text Example


Text Example

White with #0E852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,133,45); }

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

background-color css

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

 a { background-color: rgb(14,133,45); }

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

border-color css

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

 span { border-color: rgb(14,133,45); }

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