Html Css Color HEX #0E3E2A Zuccini

📋 copy color: '#0E3E2A'

red 14 ◦ green 62 ◦ blue 42

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

Shades of Zuccini #0E3E2A

Tints of Zuccini #0E3E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 52.54%

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

R = 11.86%
G = 52.54%
B = 35.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#0E3E2A (or 0x0E3E2A) is known color: Zuccini. HEX triplet: 0E, 3E and 2A. RGB value is (14,62,42). Sum of RGB (Red+Green+Blue) = 14+62+42=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3E2A is #F1C1D5. Grayscale: #2D2D2D. Windows color (decimal): -15843798 or 2768398. OLE color: 2768398.

HSL color Cylindrical-coordinate representation of color #0E3E2A: hue angle of 155º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3E2A is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 62 42 -
CMYK 0.77 0 0.32 0.76
HSL 155º 0.63% 0.15% -
HSV(B) 155º 0.77% 0.24% -
XYZ 2.32 3.71 2.78 -
YUV 45.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 14 62 42 0.77 0 0.32 0.76 155 0.63 0.15
Hex E 3E 2A 4D 0 20 4C 9B 3F F
Octal 16 76 52 115 0 40 114 233 77 17
Binary 1110 111110 101010 1001101 0 100000 1001100 10011011 111111 1111

Color Harmonies of #0E3E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3E2A

Black with #0E3E2A

Text Example


Text Example

White with #0E3E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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