Html Css Color HEX #0E9323 Forest Green

📋 copy color: '#0E9323'

red 14 ◦ green 147 ◦ blue 35

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

Shades of Forest Green #0E9323

Tints of Forest Green #0E9323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 75%

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

R = 7.14%
G = 75%
B = 17.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#0E9323 (or 0x0E9323) is known color: Forest Green. HEX triplet: 0E, 93 and 23. RGB value is (14,147,35). Sum of RGB (Red+Green+Blue) = 14+147+35=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 147 (57.81% from 255 or 75% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9323 is #F16CDC. Grayscale: #5E5E5E. Windows color (decimal): -15822045 or 2331406. OLE color: 2331406.

HSL color Cylindrical-coordinate representation of color #0E9323: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9323 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 35 -
CMYK 0.90 0 0.76 0.42
HSL 129.47º 0.83% 0.32% -
HSV(B) 129.47º 0.9% 0.58% -
XYZ 10.92 21.08 5.08 -
YUV 94.47 94.44 70.61 -
System Red Green Blue C M Y K H S L
Decimal 14 147 35 0.90 0 0.76 0.42 129.47 0.83 0.32
Hex E 93 23 5A 0 4C 2A 81 53 20
Octal 16 223 43 132 0 114 52 201 123 40
Binary 1110 10010011 100011 1011010 0 1001100 101010 10000001 1010011 100000

Color Harmonies of #0E9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9323

Black with #0E9323

Text Example


Text Example

White with #0E9323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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