Html Css Color HEX #0E9523 Forest Green

📋 copy color: '#0E9523'

red 14 ◦ green 149 ◦ blue 35

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

Shades of Forest Green #0E9523

Tints of Forest Green #0E9523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 75.25%

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

R = 7.07%
G = 75.25%
B = 17.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#0E9523 (or 0x0E9523) is known color: Forest Green. HEX triplet: 0E, 95 and 23. RGB value is (14,149,35). Sum of RGB (Red+Green+Blue) = 14+149+35=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9523 is #F16ADC. Grayscale: #5F5F5F. Windows color (decimal): -15821533 or 2331918. OLE color: 2331918.

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

Color convert

RGB 14 149 35 -
CMYK 0.91 0 0.77 0.42
HSL 129.33º 0.83% 0.32% -
HSV(B) 129.33º 0.91% 0.58% -
XYZ 11.23 21.71 5.19 -
YUV 95.64 93.77 69.77 -
System Red Green Blue C M Y K H S L
Decimal 14 149 35 0.91 0 0.77 0.42 129.33 0.83 0.32
Hex E 95 23 5B 0 4D 2A 81 53 20
Octal 16 225 43 133 0 115 52 201 123 40
Binary 1110 10010101 100011 1011011 0 1001101 101010 10000001 1010011 100000

Color Harmonies of #0E9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9523

Black with #0E9523

Text Example


Text Example

White with #0E9523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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