Html Css Color HEX #0E9223 Forest Green

📋 copy color: '#0E9223'

red 14 ◦ green 146 ◦ blue 35

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

Shades of Forest Green #0E9223

Tints of Forest Green #0E9223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 74.87%

 BLUE value IS 35 (14.06% from 255) = 17.95%

R = 7.18%
G = 74.87%
B = 17.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#0E9223 (or 0x0E9223) is known color: Forest Green. HEX triplet: 0E, 92 and 23. RGB value is (14,146,35). Sum of RGB (Red+Green+Blue) = 14+146+35=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9223 is #F16DDC. Grayscale: #5E5E5E. Windows color (decimal): -15822301 or 2331150. OLE color: 2331150.

HSL color Cylindrical-coordinate representation of color #0E9223: hue angle of 129.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9223 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 35 -
CMYK 0.90 0 0.76 0.43
HSL 129.55º 0.83% 0.31% -
HSV(B) 129.55º 0.9% 0.57% -
XYZ 10.76 20.77 5.03 -
YUV 93.88 94.77 71.03 -
System Red Green Blue C M Y K H S L
Decimal 14 146 35 0.90 0 0.76 0.43 129.55 0.83 0.31
Hex E 92 23 5A 0 4C 2B 82 52 1F
Octal 16 222 43 132 0 114 53 202 122 37
Binary 1110 10010010 100011 1011010 0 1001100 101011 10000010 1010010 11111

Color Harmonies of #0E9223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9223

Black with #0E9223

Text Example


Text Example

White with #0E9223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,35); }

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

background-color css

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

 a { background-color: rgb(14,146,35); }

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

border-color css

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

 span { border-color: rgb(14,146,35); }

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