Html Css Color HEX #0EA320 Forest Green

📋 copy color: '#0EA320'

red 14 ◦ green 163 ◦ blue 32

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

Shades of Forest Green #0EA320

Tints of Forest Green #0EA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 77.99%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 6.7%
G = 77.99%
B = 15.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#0EA320 (or 0x0EA320) is known color: Forest Green. HEX triplet: 0E, A3 and 20. RGB value is (14,163,32). Sum of RGB (Red+Green+Blue) = 14+163+32=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA320 is #F15CDF. Grayscale: #676767. Windows color (decimal): -15817952 or 2138894. OLE color: 2138894.

HSL color Cylindrical-coordinate representation of color #0EA320: hue angle of 127.25º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA320 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 32 -
CMYK 0.91 0 0.80 0.36
HSL 127.25º 0.84% 0.35% -
HSV(B) 127.25º 0.91% 0.64% -
XYZ 13.54 26.39 5.75 -
YUV 103.52 87.64 64.15 -
System Red Green Blue C M Y K H S L
Decimal 14 163 32 0.91 0 0.80 0.36 127.25 0.84 0.35
Hex E A3 20 5B 0 50 24 7F 54 23
Octal 16 243 40 133 0 120 44 177 124 43
Binary 1110 10100011 100000 1011011 0 1010000 100100 1111111 1010100 100011

Color Harmonies of #0EA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA320

Black with #0EA320

Text Example


Text Example

White with #0EA320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,32); }

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

background-color css

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

 a { background-color: rgb(14,163,32); }

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

border-color css

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

 span { border-color: rgb(14,163,32); }

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