Html Css Color HEX #0E4229 Zuccini

📋 copy color: '#0E4229'

red 14 ◦ green 66 ◦ blue 41

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

Shades of Zuccini #0E4229

Tints of Zuccini #0E4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.55%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 11.57%
G = 54.55%
B = 33.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#0E4229 (or 0x0E4229) is known color: Zuccini. HEX triplet: 0E, 42 and 29. RGB value is (14,66,41). Sum of RGB (Red+Green+Blue) = 14+66+41=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #0E4229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4229 is #F1BDD6. Grayscale: #2F2F2F. Windows color (decimal): -15842775 or 2703886. OLE color: 2703886.

HSL color Cylindrical-coordinate representation of color #0E4229: hue angle of 151.15º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E4229 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 14 66 41 -
CMYK 0.79 0 0.38 0.74
HSL 151.15º 0.65% 0.16% -
HSV(B) 151.15º 0.79% 0.26% -
XYZ 2.53 4.15 2.77 -
YUV 47.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 14 66 41 0.79 0 0.38 0.74 151.15 0.65 0.16
Hex E 42 29 4F 0 26 4A 97 41 10
Octal 16 102 51 117 0 46 112 227 101 20
Binary 1110 1000010 101001 1001111 0 100110 1001010 10010111 1000001 10000

Color Harmonies of #0E4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4229

Black with #0E4229

Text Example


Text Example

White with #0E4229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,66,41); }

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

background-color css

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

 a { background-color: rgb(14,66,41); }

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

border-color css

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

 span { border-color: rgb(14,66,41); }

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