Html Css Color HEX #0E4C2A Zuccini

📋 copy color: '#0E4C2A'

red 14 ◦ green 76 ◦ blue 42

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

Shades of Zuccini #0E4C2A

Tints of Zuccini #0E4C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 57.58%

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

R = 10.61%
G = 57.58%
B = 31.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#0E4C2A (or 0x0E4C2A) is known color: Zuccini. HEX triplet: 0E, 4C and 2A. RGB value is (14,76,42). Sum of RGB (Red+Green+Blue) = 14+76+42=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #0E4C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4C2A is #F1B3D5. Grayscale: #353535. Windows color (decimal): -15840214 or 2771982. OLE color: 2771982.

HSL color Cylindrical-coordinate representation of color #0E4C2A: hue angle of 147.1º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4C2A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 76 42 -
CMYK 0.82 0 0.45 0.70
HSL 147.1º 0.69% 0.18% -
HSV(B) 147.1º 0.82% 0.3% -
XYZ 3.18 5.43 3.07 -
YUV 53.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 14 76 42 0.82 0 0.45 0.70 147.1 0.69 0.18
Hex E 4C 2A 52 0 2D 46 93 45 12
Octal 16 114 52 122 0 55 106 223 105 22
Binary 1110 1001100 101010 1010010 0 101101 1000110 10010011 1000101 10010

Color Harmonies of #0E4C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4C2A

Black with #0E4C2A

Text Example


Text Example

White with #0E4C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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