#1B412D

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

Shades of Zuccini #1B412D

Tints of Zuccini #1B412D

Color information

#1B412D (or 0x1B412D) is unknown color: approx Zuccini. HEX triplet: 1B, 41 and 2D. RGB value is (27,65,45). Sum of RGB (Red+Green+Blue) = 27+65+45=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #1B412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B412D is #E4BED2. Grayscale: #333333. Windows color (decimal): -14991059 or 2965787. OLE color: 2965787.

HSL color Cylindrical-coordinate representation of color #1B412D: hue angle of 148.42º 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 #1B412D is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB276545-
CMYK0.5800.310.75
HSL148.42º41.3%18.04%-
HSV(B)148.42º58.46%25.49%-
XYZ2.824.23.15-
YUV51.36124.41110.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=19.71%
G=47.45%
B=32.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765450.5800.310.75148.4241.318.04
Hex1B412D3A01F4B942912
Octal3310155720371132245122
Binary11011100000110110111101001111110010111001010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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