#1B4B2E

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

Shades of Zuccini #1B4B2E

Tints of Zuccini #1B4B2E

Color information

#1B4B2E (or 0x1B4B2E) is unknown color: approx Zuccini. HEX triplet: 1B, 4B and 2E. RGB value is (27,75,46). Sum of RGB (Red+Green+Blue) = 27+75+46=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4B2E is #E4B4D1. Grayscale: #393939. Windows color (decimal): -14988498 or 3033883. OLE color: 3033883.

HSL color Cylindrical-coordinate representation of color #1B4B2E: hue angle of 143.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4B2E is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB277546-
CMYK0.6400.390.71
HSL143.75º47.06%20%-
HSV(B)143.75º64%29.41%-
XYZ3.465.463.46-
YUV57.34121.6106.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.24%
GREEN value IS 75 (29.69% from 255) = 50.68%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=18.24%
G=50.68%
B=31.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2775460.6400.390.71143.7547.0620
Hex1B4B2E4002747902f14
Octal33113561000471072205724
Binary1101110010111011101000000010011110001111001000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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