Html Css Color HEX #0E832D Forest Green

📋 copy color: '#0E832D'

red 14 ◦ green 131 ◦ blue 45

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

Shades of Forest Green #0E832D

Tints of Forest Green #0E832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 68.95%

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

R = 7.37%
G = 68.95%
B = 23.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#0E832D (or 0x0E832D) is known color: Forest Green. HEX triplet: 0E, 83 and 2D. RGB value is (14,131,45). Sum of RGB (Red+Green+Blue) = 14+131+45=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 131 (51.56% from 255 or 68.95% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 131 - color contains mainly: green. Hex color #0E832D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E832D is #F17CD2. Grayscale: #565656. Windows color (decimal): -15826131 or 2982670. OLE color: 2982670.

HSL color Cylindrical-coordinate representation of color #0E832D: hue angle of 135.9º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E832D is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 131 45 -
CMYK 0.89 0 0.66 0.49
HSL 135.9º 0.81% 0.28% -
HSV(B) 135.9º 0.89% 0.51% -
XYZ 8.77 16.52 5.21 -
YUV 86.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 14 131 45 0.89 0 0.66 0.49 135.9 0.81 0.28
Hex E 83 2D 59 0 42 31 88 51 1C
Octal 16 203 55 131 0 102 61 210 121 34
Binary 1110 10000011 101101 1011001 0 1000010 110001 10001000 1010001 11100

Color Harmonies of #0E832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E832D

Black with #0E832D

Text Example


Text Example

White with #0E832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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