Html Css Color HEX #0EA32F Dark Pastel Green

📋 copy color: '#0EA32F'

red 14 ◦ green 163 ◦ blue 47

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

Shades of Dark Pastel Green #0EA32F

Tints of Dark Pastel Green #0EA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 72.77%

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

R = 6.25%
G = 72.77%
B = 20.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#0EA32F (or 0x0EA32F) is known color: Dark Pastel Green. HEX triplet: 0E, A3 and 2F. RGB value is (14,163,47). Sum of RGB (Red+Green+Blue) = 14+163+47=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA32F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA32F is #F15CD0. Grayscale: #696969. Windows color (decimal): -15817937 or 3121934. OLE color: 3121934.

HSL color Cylindrical-coordinate representation of color #0EA32F: hue angle of 133.29º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA32F is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 47 -
CMYK 0.91 0 0.71 0.36
HSL 133.29º 0.84% 0.35% -
HSV(B) 133.29º 0.91% 0.64% -
XYZ 13.79 26.49 7.08 -
YUV 105.23 95.14 62.93 -
System Red Green Blue C M Y K H S L
Decimal 14 163 47 0.91 0 0.71 0.36 133.29 0.84 0.35
Hex E A3 2F 5B 0 47 24 85 54 23
Octal 16 243 57 133 0 107 44 205 124 43
Binary 1110 10100011 101111 1011011 0 1000111 100100 10000101 1010100 100011

Color Harmonies of #0EA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA32F

Black with #0EA32F

Text Example


Text Example

White with #0EA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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