Html Css Color HEX #0E9434 Forest Green

📋 copy color: '#0E9434'

red 14 ◦ green 148 ◦ blue 52

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

Shades of Forest Green #0E9434

Tints of Forest Green #0E9434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.16%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 6.54%
G = 69.16%
B = 24.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#0E9434 (or 0x0E9434) is known color: Forest Green. HEX triplet: 0E, 94 and 34. RGB value is (14,148,52). Sum of RGB (Red+Green+Blue) = 14+148+52=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9434 is #F16BCB. Grayscale: #616161. Windows color (decimal): -15821772 or 3445774. OLE color: 3445774.

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

Color convert

RGB 14 148 52 -
CMYK 0.91 0 0.65 0.42
HSL 137.01º 0.83% 0.32% -
HSV(B) 137.01º 0.91% 0.58% -
XYZ 11.39 21.52 6.8 -
YUV 96.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 14 148 52 0.91 0 0.65 0.42 137.01 0.83 0.32
Hex E 94 34 5B 0 41 2A 89 53 20
Octal 16 224 64 133 0 101 52 211 123 40
Binary 1110 10010100 110100 1011011 0 1000001 101010 10001001 1010011 100000

Color Harmonies of #0E9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9434

Black with #0E9434

Text Example


Text Example

White with #0E9434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,52); }

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

background-color css

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

 a { background-color: rgb(14,148,52); }

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

border-color css

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

 span { border-color: rgb(14,148,52); }

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