#0EB741

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

Shades of Dark Pastel Green #0EB741

Tints of Dark Pastel Green #0EB741

Color information

#0EB741 (or 0x0EB741) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B7 and 41. RGB value is (14,183,65). Sum of RGB (Red+Green+Blue) = 14+183+65=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB741 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB741 is #F148BE. Grayscale: #777777. Windows color (decimal): -15812799 or 4306702. OLE color: 4306702.

HSL color Cylindrical-coordinate representation of color #0EB741: hue angle of 138.11º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB741 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1418365-
CMYK0.9200.640.28
HSL138.11º85.79%38.63%-
HSV(B)138.11º92.35%71.76%-
XYZ18.0734.3410.68-
YUV119.0297.5153.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 183 (71.88% from 255) = 69.85%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=5.34%
G=69.85%
B=24.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14183650.9200.640.28138.1185.7938.63
HexEB7415C0401C8a5627
Octal1626710113401003421212647
Binary111010110111100000110111000100000011100100010101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,183,65); }

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

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

 a { background-color: rgb(14,183,65); }

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

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

 span { border-color: rgb(14,183,65); }

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