Html Css Color HEX #0E482A Zuccini

📋 copy color: '#0E482A'

red 14 ◦ green 72 ◦ blue 42

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

Shades of Zuccini #0E482A

Tints of Zuccini #0E482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 10.94%
G = 56.25%
B = 32.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#0E482A (or 0x0E482A) is known color: Zuccini. HEX triplet: 0E, 48 and 2A. RGB value is (14,72,42). Sum of RGB (Red+Green+Blue) = 14+72+42=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #0E482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E482A is #F1B7D5. Grayscale: #333333. Windows color (decimal): -15841238 or 2770958. OLE color: 2770958.

HSL color Cylindrical-coordinate representation of color #0E482A: hue angle of 148.97º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E482A is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 72 42 -
CMYK 0.81 0 0.42 0.72
HSL 148.97º 0.67% 0.17% -
HSV(B) 148.97º 0.81% 0.28% -
XYZ 2.92 4.9 2.98 -
YUV 51.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 14 72 42 0.81 0 0.42 0.72 148.97 0.67 0.17
Hex E 48 2A 51 0 2A 48 95 43 11
Octal 16 110 52 121 0 52 110 225 103 21
Binary 1110 1001000 101010 1010001 0 101010 1001000 10010101 1000011 10001

Color Harmonies of #0E482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E482A

Black with #0E482A

Text Example


Text Example

White with #0E482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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