#0EB329

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

Shades of Dark Pastel Green #0EB329

Tints of Dark Pastel Green #0EB329

Color information

#0EB329 (or 0x0EB329) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B3 and 29. RGB value is (14,179,41). Sum of RGB (Red+Green+Blue) = 14+179+41=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB329 is #F14CD6. Grayscale: #727272. Windows color (decimal): -15813847 or 2732814. OLE color: 2732814.

HSL color Cylindrical-coordinate representation of color #0EB329: hue angle of 129.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB329 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1417941-
CMYK0.9200.770.30
HSL129.82º85.49%37.84%-
HSV(B)129.82º92.18%70.2%-
XYZ16.732.497.49-
YUV113.9386.8456.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 179 (70.31% from 255) = 76.50%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=5.98%
G=76.50%
B=17.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14179410.9200.770.30129.8285.4937.84
HexEB3295C04D1E825526
Octal162635113401153620212546
Binary11101011001110100110111000100110111110100000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,179,41); }

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

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

 a { background-color: rgb(14,179,41); }

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

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

 span { border-color: rgb(14,179,41); }

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