Html Css Color HEX #0EB748 Dark Pastel Green

📋 copy color: '#0EB748'

red 14 ◦ green 183 ◦ blue 72

#0EB748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EB748

Tints of Dark Pastel Green #0EB748

RGB

 RED value IS 14 (5.86% from 255) = 5.2%

 GREEN value IS 183 (71.88% from 255) = 68.03%

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 5.2%
G = 68.03%
B = 26.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#0EB748 (or 0x0EB748) is known color: Dark Pastel Green. HEX triplet: 0E, B7 and 48. RGB value is (14,183,72). Sum of RGB (Red+Green+Blue) = 14+183+72=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 183 (71.88% from 255 or 68.03% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB748 is #F148B7. Grayscale: #787878. Windows color (decimal): -15812792 or 4765454. OLE color: 4765454.

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

Color convert

RGB 14 183 72 -
CMYK 0.92 0 0.61 0.28
HSL 140.59º 0.86% 0.39% -
HSV(B) 140.59º 0.92% 0.72% -
XYZ 18.28 34.43 11.81 -
YUV 119.82 101.01 52.53 -
System Red Green Blue C M Y K H S L
Decimal 14 183 72 0.92 0 0.61 0.28 140.59 0.86 0.39
Hex E B7 48 5C 0 3D 1C 8D 56 27
Octal 16 267 110 134 0 75 34 215 126 47
Binary 1110 10110111 1001000 1011100 0 111101 11100 10001101 1010110 100111

Color Harmonies of #0EB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB748

Black with #0EB748

Text Example


Text Example

White with #0EB748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EB748;
 }
 .AnyTagClassName
 {
   color: #0EB748;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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