Html Css Color HEX #0E412E Zuccini

📋 copy color: '#0E412E'

red 14 ◦ green 65 ◦ blue 46

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

Shades of Zuccini #0E412E

Tints of Zuccini #0E412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52%

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 11.2%
G = 52%
B = 36.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#0E412E (or 0x0E412E) is known color: Zuccini. HEX triplet: 0E, 41 and 2E. RGB value is (14,65,46). Sum of RGB (Red+Green+Blue) = 14+65+46=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #0E412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E412E is #F1BED1. Grayscale: #2F2F2F. Windows color (decimal): -15843026 or 3031310. OLE color: 3031310.

HSL color Cylindrical-coordinate representation of color #0E412E: hue angle of 157.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E412E is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 65 46 -
CMYK 0.78 0 0.29 0.75
HSL 157.65º 0.65% 0.15% -
HSV(B) 157.65º 0.78% 0.25% -
XYZ 2.56 4.07 3.24 -
YUV 47.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 14 65 46 0.78 0 0.29 0.75 157.65 0.65 0.15
Hex E 41 2E 4E 0 1D 4B 9E 41 F
Octal 16 101 56 116 0 35 113 236 101 17
Binary 1110 1000001 101110 1001110 0 11101 1001011 10011110 1000001 1111

Color Harmonies of #0E412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E412E

Black with #0E412E

Text Example


Text Example

White with #0E412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,65,46); }

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

background-color css

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

 a { background-color: rgb(14,65,46); }

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

border-color css

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

 span { border-color: rgb(14,65,46); }

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