Html Css Color HEX #0E832A Forest Green

📋 copy color: '#0E832A'

red 14 ◦ green 131 ◦ blue 42

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

Shades of Forest Green #0E832A

Tints of Forest Green #0E832A

RGB

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

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

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

R = 7.49%
G = 70.05%
B = 22.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#0E832A (or 0x0E832A) is known color: Forest Green. HEX triplet: 0E, 83 and 2A. RGB value is (14,131,42). Sum of RGB (Red+Green+Blue) = 14+131+42=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #0E832A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E832A is #F17CD5. Grayscale: #565656. Windows color (decimal): -15826134 or 2786062. OLE color: 2786062.

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

Color convert

RGB 14 131 42 -
CMYK 0.89 0 0.68 0.49
HSL 134.36º 0.81% 0.28% -
HSV(B) 134.36º 0.89% 0.51% -
XYZ 8.72 16.49 4.91 -
YUV 85.87 103.24 76.74 -
System Red Green Blue C M Y K H S L
Decimal 14 131 42 0.89 0 0.68 0.49 134.36 0.81 0.28
Hex E 83 2A 59 0 44 31 86 51 1C
Octal 16 203 52 131 0 104 61 206 121 34
Binary 1110 10000011 101010 1011001 0 1000100 110001 10000110 1010001 11100

Color Harmonies of #0E832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E832A

Black with #0E832A

Text Example


Text Example

White with #0E832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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