Html Css Color HEX #0E9B32 Forest Green

📋 copy color: '#0E9B32'

red 14 ◦ green 155 ◦ blue 50

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

Shades of Forest Green #0E9B32

Tints of Forest Green #0E9B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 70.78%

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 6.39%
G = 70.78%
B = 22.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#0E9B32 (or 0x0E9B32) is known color: Forest Green. HEX triplet: 0E, 9B and 32. RGB value is (14,155,50). Sum of RGB (Red+Green+Blue) = 14+155+50=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9B32 is #F164CD. Grayscale: #656565. Windows color (decimal): -15819982 or 3316494. OLE color: 3316494.

HSL color Cylindrical-coordinate representation of color #0E9B32: hue angle of 135.32º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B32 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 155 50 -
CMYK 0.91 0 0.68 0.39
HSL 135.32º 0.83% 0.33% -
HSV(B) 135.32º 0.91% 0.61% -
XYZ 12.48 23.77 6.95 -
YUV 100.87 99.29 66.04 -
System Red Green Blue C M Y K H S L
Decimal 14 155 50 0.91 0 0.68 0.39 135.32 0.83 0.33
Hex E 9B 32 5B 0 44 27 87 53 21
Octal 16 233 62 133 0 104 47 207 123 41
Binary 1110 10011011 110010 1011011 0 1000100 100111 10000111 1010011 100001

Color Harmonies of #0E9B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9B32

Black with #0E9B32

Text Example


Text Example

White with #0E9B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,155,50); }

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

background-color css

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

 a { background-color: rgb(14,155,50); }

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

border-color css

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

 span { border-color: rgb(14,155,50); }

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