#0e9435

Color #0E9435 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0E9435

Tints of Forest Green #0E9435

Color information

#0E9435 (or 0x0E9435) is unknown color: approx Forest Green. HEX triplet: 0E, 94 and 35. RGB value is (14,148,53). Sum of RGB (Red+Green+Blue) = 14+148+53=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9435 is #F16BCA. Grayscale: #616161. Windows color (decimal): -15821771 or 3511310. OLE color: 3511310.

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

Color convert

RGB1414853-
CMYK0.9100.640.42
HSL137.46º82.72%31.76%-
HSV(B)137.46º90.54%58.04%-
XYZ11.4121.536.92-
YUV97.1103.1168.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 148 (58.20% from 255) = 68.84%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=6.51%
G=68.84%
B=24.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14148530.9100.640.42137.4682.7231.76
HexE94355B0402A895320
Octal162246513301005221112340
Binary111010010100110101101101101000000101010100010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0e9435;
 }
 .AnyTagClassName
 {
   color: #0e9435;
 }
</style>
background-color css

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

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

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

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

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

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