#1A5035

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

Shades of County Green #1A5035

Tints of County Green #1A5035

Color information

#1A5035 (or 0x1A5035) is unknown color: approx County Green. HEX triplet: 1A, 50 and 35. RGB value is (26,80,53). Sum of RGB (Red+Green+Blue) = 26+80+53=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5035 is #E5AFCA. Grayscale: #3C3C3C. Windows color (decimal): -15052747 or 3493914. OLE color: 3493914.

HSL color Cylindrical-coordinate representation of color #1A5035: hue angle of 150º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5035 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB268053-
CMYK0.6700.340.69
HSL150º50.94%20.78%-
HSV(B)150º67.5%31.37%-
XYZ3.946.214.36-
YUV60.78123.61103.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=16.35%
G=50.31%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680530.6700.340.6915050.9420.78
Hex1A50354302245963315
Octal32120651030421052266325
Binary1101010100001101011000011010001010001011001011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,53); }

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

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

 a { background-color: rgb(26,80,53); }

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

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

 span { border-color: rgb(26,80,53); }

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