Html Css Color HEX #0EB32A Dark Pastel Green

📋 copy color: '#0EB32A'

red 14 ◦ green 179 ◦ blue 42

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

Shades of Dark Pastel Green #0EB32A

Tints of Dark Pastel Green #0EB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.17%

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 5.96%
G = 76.17%
B = 17.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#0EB32A (or 0x0EB32A) is known color: Dark Pastel Green. HEX triplet: 0E, B3 and 2A. RGB value is (14,179,42). Sum of RGB (Red+Green+Blue) = 14+179+42=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB32A is #F14CD5. Grayscale: #727272. Windows color (decimal): -15813846 or 2798350. OLE color: 2798350.

HSL color Cylindrical-coordinate representation of color #0EB32A: hue angle of 130.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB32A is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 179 42 -
CMYK 0.92 0 0.77 0.30
HSL 130.18º 0.85% 0.38% -
HSV(B) 130.18º 0.92% 0.7% -
XYZ 16.72 32.5 7.58 -
YUV 114.05 87.34 56.64 -
System Red Green Blue C M Y K H S L
Decimal 14 179 42 0.92 0 0.77 0.30 130.18 0.85 0.38
Hex E B3 2A 5C 0 4D 1E 82 55 26
Octal 16 263 52 134 0 115 36 202 125 46
Binary 1110 10110011 101010 1011100 0 1001101 11110 10000010 1010101 100110

Color Harmonies of #0EB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB32A

Black with #0EB32A

Text Example


Text Example

White with #0EB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,179,42); }

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

background-color css

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

 a { background-color: rgb(14,179,42); }

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

border-color css

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

 span { border-color: rgb(14,179,42); }

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