Html Css Color HEX #0EBB2E Dark Pastel Green

📋 copy color: '#0EBB2E'

red 14 ◦ green 187 ◦ blue 46

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

Shades of Dark Pastel Green #0EBB2E

Tints of Dark Pastel Green #0EBB2E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 75.71%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 5.67%
G = 75.71%
B = 18.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#0EBB2E (or 0x0EBB2E) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 2E. RGB value is (14,187,46). Sum of RGB (Red+Green+Blue) = 14+187+46=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 187 (73.44% from 255 or 75.71% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB2E is #F144D1. Grayscale: #777777. Windows color (decimal): -15811794 or 3062542. OLE color: 3062542.

HSL color Cylindrical-coordinate representation of color #0EBB2E: hue angle of 131.1º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB2E is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 46 -
CMYK 0.93 0 0.75 0.27
HSL 131.1º 0.86% 0.39% -
HSV(B) 131.1º 0.93% 0.73% -
XYZ 18.44 35.83 8.53 -
YUV 119.2 86.69 52.96 -
System Red Green Blue C M Y K H S L
Decimal 14 187 46 0.93 0 0.75 0.27 131.1 0.86 0.39
Hex E BB 2E 5D 0 4B 1B 83 56 27
Octal 16 273 56 135 0 113 33 203 126 47
Binary 1110 10111011 101110 1011101 0 1001011 11011 10000011 1010110 100111

Color Harmonies of #0EBB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB2E

Black with #0EBB2E

Text Example


Text Example

White with #0EBB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,46); }

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

background-color css

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

 a { background-color: rgb(14,187,46); }

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

border-color css

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

 span { border-color: rgb(14,187,46); }

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