#1A4C34

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

Shades of County Green #1A4C34

Tints of County Green #1A4C34

Color information

#1A4C34 (or 0x1A4C34) is unknown color: approx County Green. HEX triplet: 1A, 4C and 34. RGB value is (26,76,52). Sum of RGB (Red+Green+Blue) = 26+76+52=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C34 is #E5B3CB. Grayscale: #3A3A3A. Windows color (decimal): -15053772 or 3427354. OLE color: 3427354.

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

Color convert

RGB267652-
CMYK0.6600.320.70
HSL151.2º49.02%20%-
HSV(B)151.2º65.79%29.8%-
XYZ3.635.644.15-
YUV58.31124.44104.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=16.88%
G=49.35%
B=33.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2676520.6600.320.70151.249.0220
Hex1A4C344202046973114
Octal32114641020401062276124
Binary1101010011001101001000010010000010001101001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,76,52); }

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

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

 a { background-color: rgb(26,76,52); }

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

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

 span { border-color: rgb(26,76,52); }

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