#0EB132

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

Shades of Dark Pastel Green #0EB132

Tints of Dark Pastel Green #0EB132

Color information

#0EB132 (or 0x0EB132) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 32. RGB value is (14,177,50). Sum of RGB (Red+Green+Blue) = 14+177+50=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB132 is #F14ECD. Grayscale: #727272. Windows color (decimal): -15814350 or 3322126. OLE color: 3322126.

HSL color Cylindrical-coordinate representation of color #0EB132: hue angle of 133.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB132 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1417750-
CMYK0.9200.720.31
HSL133.25º85.34%37.45%-
HSV(B)133.25º92.09%69.41%-
XYZ16.4831.778.28-
YUV113.799256.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.81%
GREEN value IS 177 (69.53% from 255) = 73.44%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=5.81%
G=73.44%
B=20.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177500.9200.720.31133.2585.3437.45
HexEB1325C0481F855525
Octal162616213401103720512545
Binary11101011000111001010111000100100011111100001011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,177,50); }

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

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

 a { background-color: rgb(14,177,50); }

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

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

 span { border-color: rgb(14,177,50); }

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