#1B4B2A

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

Shades of Zuccini #1B4B2A

Tints of Zuccini #1B4B2A

Color information

#1B4B2A (or 0x1B4B2A) is unknown color: approx Zuccini. HEX triplet: 1B, 4B and 2A. RGB value is (27,75,42). Sum of RGB (Red+Green+Blue) = 27+75+42=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4B2A is #E4B4D5. Grayscale: #383838. Windows color (decimal): -14988502 or 2771739. OLE color: 2771739.

HSL color Cylindrical-coordinate representation of color #1B4B2A: hue angle of 138.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 #1B4B2A is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB277542-
CMYK0.6400.440.71
HSL138.75º47.06%20%-
HSV(B)138.75º64%29.41%-
XYZ3.395.433.06-
YUV56.89119.6106.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 75 (29.69% from 255) = 52.08%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=18.75%
G=52.08%
B=29.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2775420.6400.440.71138.7547.0620
Hex1B4B2A4002C478b2f14
Octal33113521000541072135724
Binary1101110010111010101000000010110010001111000101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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