#0EB52D

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

Shades of Dark Pastel Green #0EB52D

Tints of Dark Pastel Green #0EB52D

Color information

#0EB52D (or 0x0EB52D) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B5 and 2D. RGB value is (14,181,45). Sum of RGB (Red+Green+Blue) = 14+181+45=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 181 (71.09% from 255 or 75.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB52D is #F14AD2. Grayscale: #737373. Windows color (decimal): -15813331 or 2995470. OLE color: 2995470.

HSL color Cylindrical-coordinate representation of color #0EB52D: hue angle of 131.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB52D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1418145-
CMYK0.9200.750.29
HSL131.14º85.64%38.24%-
HSV(B)131.14º92.27%70.98%-
XYZ17.1833.338.01-
YUV115.5688.1755.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 181 (71.09% from 255) = 75.42%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=5.83%
G=75.42%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14181450.9200.750.29131.1485.6438.24
HexEB52D5C04B1D835626
Octal162655513401133520312646
Binary11101011010110110110111000100101111101100000111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,45); }

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

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

 a { background-color: rgb(14,181,45); }

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

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

 span { border-color: rgb(14,181,45); }

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