#0E6038

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

Shades of Fun Green #0E6038

Tints of Fun Green #0E6038

Color information

#0E6038 (or 0x0E6038) is unknown color: approx Fun Green. HEX triplet: 0E, 60 and 38. RGB value is (14,96,56). Sum of RGB (Red+Green+Blue) = 14+96+56=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6038 is #F19FC7. Grayscale: #434343. Windows color (decimal): -15835080 or 3694606. OLE color: 3694606.

HSL color Cylindrical-coordinate representation of color #0E6038: hue angle of 150.73º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E6038 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB149656-
CMYK0.8500.420.62
HSL150.73º74.55%21.57%-
HSV(B)150.73º85.42%37.65%-
XYZ5.088.745.16-
YUV66.92121.8390.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=8.43%
G=57.83%
B=33.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1496560.8500.420.62150.7374.5521.57
HexE60385502A3E974b16
Octal16140701250527622711326
Binary111011000001110001010101010101011111010010111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,96,56); }

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

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

 a { background-color: rgb(14,96,56); }

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

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

 span { border-color: rgb(14,96,56); }

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