Html Css Color HEX #0EA343 Pigment Green

📋 copy color: '#0EA343'

red 14 ◦ green 163 ◦ blue 67

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

Shades of Pigment Green #0EA343

Tints of Pigment Green #0EA343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 5.74%
G = 66.8%
B = 27.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#0EA343 (or 0x0EA343) is known color: Pigment Green. HEX triplet: 0E, A3 and 43. RGB value is (14,163,67). Sum of RGB (Red+Green+Blue) = 14+163+67=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 163 (64.06% from 255 or 66.80% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA343 is #F15CBC. Grayscale: #6B6B6B. Windows color (decimal): -15817917 or 4432654. OLE color: 4432654.

HSL color Cylindrical-coordinate representation of color #0EA343: hue angle of 141.34º 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 #0EA343 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 67 -
CMYK 0.91 0 0.59 0.36
HSL 141.34º 0.84% 0.35% -
HSV(B) 141.34º 0.91% 0.64% -
XYZ 14.29 26.69 9.71 -
YUV 107.51 105.14 61.31 -
System Red Green Blue C M Y K H S L
Decimal 14 163 67 0.91 0 0.59 0.36 141.34 0.84 0.35
Hex E A3 43 5B 0 3B 24 8D 54 23
Octal 16 243 103 133 0 73 44 215 124 43
Binary 1110 10100011 1000011 1011011 0 111011 100100 10001101 1010100 100011

Color Harmonies of #0EA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA343

Black with #0EA343

Text Example


Text Example

White with #0EA343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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