#1B412E

Color #1B412E Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #1B412E

Tints of Zuccini #1B412E

Color information

#1B412E (or 0x1B412E) is unknown color: approx Zuccini. HEX triplet: 1B, 41 and 2E. RGB value is (27,65,46). Sum of RGB (Red+Green+Blue) = 27+65+46=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #1B412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B412E is #E4BED1. Grayscale: #333333. Windows color (decimal): -14991058 or 3031323. OLE color: 3031323.

HSL color Cylindrical-coordinate representation of color #1B412E: hue angle of 150º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B412E is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB276546-
CMYK0.5800.290.75
HSL150º41.3%18.04%-
HSV(B)150º58.46%25.49%-
XYZ2.844.213.25-
YUV51.47124.91110.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=19.57%
G=47.10%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765460.5800.290.7515041.318.04
Hex1B412E3A01D4B962912
Octal3310156720351132265122
Binary11011100000110111011101001110110010111001011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B412E; }

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

 H1.HeaderClassName
 {
   color: #1B412E;
 }
 .AnyTagClassName
 {
   color: #1B412E;
 }
</style>
background-color css

<style>
 a { background-color: #1B412E; }

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

 div.DivClassName
 {
   background-color: #1B412E;
 }
 .BgClassName
 {
   background-color: #1B412E;
 }
</style>
border-color css

<style>
 span { border-color: #1B412E; }

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

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