#1B462B

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

Shades of Zuccini #1B462B

Tints of Zuccini #1B462B

Color information

#1B462B (or 0x1B462B) is unknown color: approx Zuccini. HEX triplet: 1B, 46 and 2B. RGB value is (27,70,43). Sum of RGB (Red+Green+Blue) = 27+70+43=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #1B462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B462B is #E4B9D4. Grayscale: #363636. Windows color (decimal): -14989781 or 2835995. OLE color: 2835995.

HSL color Cylindrical-coordinate representation of color #1B462B: hue angle of 142.33º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B462B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB277043-
CMYK0.6100.390.73
HSL142.33º44.33%19.02%-
HSV(B)142.33º61.43%27.45%-
XYZ3.084.793.05-
YUV54.06121.75108.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.29%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=19.29%
G=50%
B=30.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2770430.6100.390.73142.3344.3319.02
Hex1B462B3D027498e2c13
Octal3310653750471112165423
Binary110111000110101011111101010011110010011000111010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,70,43); }

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

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

 a { background-color: rgb(27,70,43); }

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

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

 span { border-color: rgb(27,70,43); }

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