#1B432F

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

Shades of Zuccini #1B432F

Tints of Zuccini #1B432F

Color information

#1B432F (or 0x1B432F) is unknown color: approx Zuccini. HEX triplet: 1B, 43 and 2F. RGB value is (27,67,47). Sum of RGB (Red+Green+Blue) = 27+67+47=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #1B432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B432F is #E4BCD0. Grayscale: #343434. Windows color (decimal): -14990545 or 3097371. OLE color: 3097371.

HSL color Cylindrical-coordinate representation of color #1B432F: hue angle of 150º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B432F is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB276747-
CMYK0.6000.300.74
HSL150º42.55%18.43%-
HSV(B)150º59.7%26.27%-
XYZ2.974.453.39-
YUV52.76124.75109.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.15%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=19.15%
G=47.52%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2767470.6000.300.7415042.5518.43
Hex1B432F3C01E4A962b12
Octal3310357740361122265322
Binary11011100001110111111110001111010010101001011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,67,47); }

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

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

 a { background-color: rgb(27,67,47); }

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

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

 span { border-color: rgb(27,67,47); }

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