#0EB328

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

Shades of Dark Pastel Green #0EB328

Tints of Dark Pastel Green #0EB328

Color information

#0EB328 (or 0x0EB328) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B3 and 28. RGB value is (14,179,40). Sum of RGB (Red+Green+Blue) = 14+179+40=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB328 is #F14CD7. Grayscale: #727272. Windows color (decimal): -15813848 or 2667278. OLE color: 2667278.

HSL color Cylindrical-coordinate representation of color #0EB328: hue angle of 129.45º 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 #0EB328 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1417940-
CMYK0.9200.780.30
HSL129.45º85.49%37.84%-
HSV(B)129.45º92.18%70.2%-
XYZ16.6832.497.4-
YUV113.8286.3456.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 179 (70.31% from 255) = 76.82%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=6.01%
G=76.82%
B=17.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14179400.9200.780.30129.4585.4937.84
HexEB3285C04E1E815526
Octal162635013401163620112546
Binary11101011001110100010111000100111011110100000011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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