#1B4C2A

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

Shades of Zuccini #1B4C2A

Tints of Zuccini #1B4C2A

Color information

#1B4C2A (or 0x1B4C2A) is unknown color: approx Zuccini. HEX triplet: 1B, 4C and 2A. RGB value is (27,76,42). Sum of RGB (Red+Green+Blue) = 27+76+42=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4C2A is #E4B3D5. Grayscale: #393939. Windows color (decimal): -14988246 or 2771995. OLE color: 2771995.

HSL color Cylindrical-coordinate representation of color #1B4C2A: hue angle of 138.37º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4C2A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB277642-
CMYK0.6400.450.70
HSL138.37º47.57%20.2%-
HSV(B)138.37º64.47%29.8%-
XYZ3.455.573.08-
YUV57.47119.27106.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.62%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=18.62%
G=52.41%
B=28.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2776420.6400.450.70138.3747.5720.2
Hex1B4C2A4002D468a3014
Octal33114521000551062126024
Binary1101110011001010101000000010110110001101000101011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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