Html Css Color HEX #0E482B Zuccini

📋 copy color: '#0E482B'

red 14 ◦ green 72 ◦ blue 43

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

Shades of Zuccini #0E482B

Tints of Zuccini #0E482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.33%

R = 10.85%
G = 55.81%
B = 33.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#0E482B (or 0x0E482B) is known color: Zuccini. HEX triplet: 0E, 48 and 2B. RGB value is (14,72,43). Sum of RGB (Red+Green+Blue) = 14+72+43=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #0E482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E482B is #F1B7D4. Grayscale: #333333. Windows color (decimal): -15841237 or 2836494. OLE color: 2836494.

HSL color Cylindrical-coordinate representation of color #0E482B: hue angle of 150º 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 #0E482B is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 72 43 -
CMYK 0.81 0 0.40 0.72
HSL 150º 0.67% 0.17% -
HSV(B) 150º 0.81% 0.28% -
XYZ 2.93 4.9 3.08 -
YUV 51.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 14 72 43 0.81 0 0.40 0.72 150 0.67 0.17
Hex E 48 2B 51 0 28 48 96 43 11
Octal 16 110 53 121 0 50 110 226 103 21
Binary 1110 1001000 101011 1010001 0 101000 1001000 10010110 1000011 10001

Color Harmonies of #0E482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E482B

Black with #0E482B

Text Example


Text Example

White with #0E482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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