Html Css Color HEX #0EBB2D Dark Pastel Green

📋 copy color: '#0EBB2D'

red 14 ◦ green 187 ◦ blue 45

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

Shades of Dark Pastel Green #0EBB2D

Tints of Dark Pastel Green #0EBB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 5.69%
G = 76.02%
B = 18.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#0EBB2D (or 0x0EBB2D) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 2D. RGB value is (14,187,45). Sum of RGB (Red+Green+Blue) = 14+187+45=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 187 (73.44% from 255 or 76.02% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB2D is #F144D2. Grayscale: #777777. Windows color (decimal): -15811795 or 2997006. OLE color: 2997006.

HSL color Cylindrical-coordinate representation of color #0EBB2D: hue angle of 130.75º 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 #0EBB2D is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 45 -
CMYK 0.93 0 0.76 0.27
HSL 130.75º 0.86% 0.39% -
HSV(B) 130.75º 0.93% 0.73% -
XYZ 18.43 35.82 8.43 -
YUV 119.09 86.19 53.05 -
System Red Green Blue C M Y K H S L
Decimal 14 187 45 0.93 0 0.76 0.27 130.75 0.86 0.39
Hex E BB 2D 5D 0 4C 1B 83 56 27
Octal 16 273 55 135 0 114 33 203 126 47
Binary 1110 10111011 101101 1011101 0 1001100 11011 10000011 1010110 100111

Color Harmonies of #0EBB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB2D

Black with #0EBB2D

Text Example


Text Example

White with #0EBB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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