#0EBB47

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

Shades of Dark Pastel Green #0EBB47

Tints of Dark Pastel Green #0EBB47

Color information

#0EBB47 (or 0x0EBB47) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BB and 47. RGB value is (14,187,71). Sum of RGB (Red+Green+Blue) = 14+187+71=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 187 (73.44% from 255 or 68.75% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB47 is #F144B8. Grayscale: #7A7A7A. Windows color (decimal): -15811769 or 4700942. OLE color: 4700942.

HSL color Cylindrical-coordinate representation of color #0EBB47: hue angle of 139.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB47 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1418771-
CMYK0.9300.620.27
HSL139.77º86.07%39.41%-
HSV(B)139.77º92.51%73.33%-
XYZ19.0936.0911.92-
YUV122.0599.1950.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 187 (73.44% from 255) = 68.75%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=5.15%
G=68.75%
B=26.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14187710.9300.620.27139.7786.0739.41
HexEBB475D03E1B8c5627
Octal162731071350763321412647
Binary11101011101110001111011101011111011011100011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,187,71); }

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

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

 a { background-color: rgb(14,187,71); }

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

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

 span { border-color: rgb(14,187,71); }

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