Html Css Color HEX #0E9525 Forest Green

📋 copy color: '#0E9525'

red 14 ◦ green 149 ◦ blue 37

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

Shades of Forest Green #0E9525

Tints of Forest Green #0E9525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.5%

R = 7%
G = 74.5%
B = 18.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#0E9525 (or 0x0E9525) is known color: Forest Green. HEX triplet: 0E, 95 and 25. RGB value is (14,149,37). Sum of RGB (Red+Green+Blue) = 14+149+37=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 149 (58.59% from 255 or 74.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9525 is #F16ADA. Grayscale: #606060. Windows color (decimal): -15821531 or 2462990. OLE color: 2462990.

HSL color Cylindrical-coordinate representation of color #0E9525: hue angle of 130.22º 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 #0E9525 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 149 37 -
CMYK 0.91 0 0.75 0.42
HSL 130.22º 0.83% 0.32% -
HSV(B) 130.22º 0.91% 0.58% -
XYZ 11.26 21.72 5.35 -
YUV 95.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 14 149 37 0.91 0 0.75 0.42 130.22 0.83 0.32
Hex E 95 25 5B 0 4B 2A 82 53 20
Octal 16 225 45 133 0 113 52 202 123 40
Binary 1110 10010101 100101 1011011 0 1001011 101010 10000010 1010011 100000

Color Harmonies of #0E9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9525

Black with #0E9525

Text Example


Text Example

White with #0E9525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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