Html Css Color HEX #0E4730 Zuccini

📋 copy color: '#0E4730'

red 14 ◦ green 71 ◦ blue 48

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

Shades of Zuccini #0E4730

Tints of Zuccini #0E4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.38%

 BLUE value IS 48 (19.14% from 255) = 36.09%

R = 10.53%
G = 53.38%
B = 36.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#0E4730 (or 0x0E4730) is known color: Zuccini. HEX triplet: 0E, 47 and 30. RGB value is (14,71,48). Sum of RGB (Red+Green+Blue) = 14+71+48=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4730 is #F1B8CF. Grayscale: #333333. Windows color (decimal): -15841488 or 3163918. OLE color: 3163918.

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

Color convert

RGB 14 71 48 -
CMYK 0.80 0 0.32 0.72
HSL 155.79º 0.67% 0.17% -
HSV(B) 155.79º 0.8% 0.28% -
XYZ 2.97 4.81 3.57 -
YUV 51.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 14 71 48 0.80 0 0.32 0.72 155.79 0.67 0.17
Hex E 47 30 50 0 20 48 9C 43 11
Octal 16 107 60 120 0 40 110 234 103 21
Binary 1110 1000111 110000 1010000 0 100000 1001000 10011100 1000011 10001

Color Harmonies of #0E4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4730

Black with #0E4730

Text Example


Text Example

White with #0E4730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,71,48); }

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

background-color css

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

 a { background-color: rgb(14,71,48); }

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

border-color css

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

 span { border-color: rgb(14,71,48); }

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