Html Css Color HEX #0EBA2F Dark Pastel Green

📋 copy color: '#0EBA2F'

red 14 ◦ green 186 ◦ blue 47

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

Shades of Dark Pastel Green #0EBA2F

Tints of Dark Pastel Green #0EBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 75.3%

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 5.67%
G = 75.3%
B = 19.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#0EBA2F (or 0x0EBA2F) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 2F. RGB value is (14,186,47). Sum of RGB (Red+Green+Blue) = 14+186+47=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA2F is #F145D0. Grayscale: #777777. Windows color (decimal): -15812049 or 3127822. OLE color: 3127822.

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

Color convert

RGB 14 186 47 -
CMYK 0.92 0 0.75 0.27
HSL 131.51º 0.86% 0.39% -
HSV(B) 131.51º 0.92% 0.73% -
XYZ 18.25 35.42 8.56 -
YUV 118.73 87.52 53.3 -
System Red Green Blue C M Y K H S L
Decimal 14 186 47 0.92 0 0.75 0.27 131.51 0.86 0.39
Hex E BA 2F 5C 0 4B 1B 84 56 27
Octal 16 272 57 134 0 113 33 204 126 47
Binary 1110 10111010 101111 1011100 0 1001011 11011 10000100 1010110 100111

Color Harmonies of #0EBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA2F

Black with #0EBA2F

Text Example


Text Example

White with #0EBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,47); }

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

background-color css

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

 a { background-color: rgb(14,186,47); }

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

border-color css

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

 span { border-color: rgb(14,186,47); }

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