#1A4230

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

Shades of Zuccini #1A4230

Tints of Zuccini #1A4230

Color information

#1A4230 (or 0x1A4230) is unknown color: approx Zuccini. HEX triplet: 1A, 42 and 30. RGB value is (26,66,48). Sum of RGB (Red+Green+Blue) = 26+66+48=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4230 is #E5BDCF. Grayscale: #343434. Windows color (decimal): -15056336 or 3162650. OLE color: 3162650.

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

Color convert

RGB266648-
CMYK0.6100.270.74
HSL153º43.48%18.04%-
HSV(B)153º60.61%25.88%-
XYZ2.914.333.48-
YUV51.99125.75109.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=18.57%
G=47.14%
B=34.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2666480.6100.270.7415343.4818.04
Hex1A42303D01B4A992b12
Octal3210260750331122315322
Binary11010100001011000011110101101110010101001100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,66,48); }

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

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

 a { background-color: rgb(26,66,48); }

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

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

 span { border-color: rgb(26,66,48); }

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