Html Css Color HEX #0E4928 Zuccini

📋 copy color: '#0E4928'

red 14 ◦ green 73 ◦ blue 40

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

Shades of Zuccini #0E4928

Tints of Zuccini #0E4928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.48%

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 11.02%
G = 57.48%
B = 31.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#0E4928 (or 0x0E4928) is known color: Zuccini. HEX triplet: 0E, 49 and 28. RGB value is (14,73,40). Sum of RGB (Red+Green+Blue) = 14+73+40=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4928 is #F1B6D7. Grayscale: #333333. Windows color (decimal): -15840984 or 2640142. OLE color: 2640142.

HSL color Cylindrical-coordinate representation of color #0E4928: hue angle of 146.44º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4928 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 73 40 -
CMYK 0.81 0 0.45 0.71
HSL 146.44º 0.68% 0.17% -
HSV(B) 146.44º 0.81% 0.29% -
XYZ 2.95 5.01 2.82 -
YUV 51.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 14 73 40 0.81 0 0.45 0.71 146.44 0.68 0.17
Hex E 49 28 51 0 2D 47 92 44 11
Octal 16 111 50 121 0 55 107 222 104 21
Binary 1110 1001001 101000 1010001 0 101101 1000111 10010010 1000100 10001

Color Harmonies of #0E4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4928

Black with #0E4928

Text Example


Text Example

White with #0E4928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,40); }

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

background-color css

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

 a { background-color: rgb(14,73,40); }

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

border-color css

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

 span { border-color: rgb(14,73,40); }

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