#1A503A

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

Shades of County Green #1A503A

Tints of County Green #1A503A

Color information

#1A503A (or 0x1A503A) is unknown color: approx County Green. HEX triplet: 1A, 50 and 3A. RGB value is (26,80,58). Sum of RGB (Red+Green+Blue) = 26+80+58=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #1A503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A503A is #E5AFC5. Grayscale: #3D3D3D. Windows color (decimal): -15052742 or 3821594. OLE color: 3821594.

HSL color Cylindrical-coordinate representation of color #1A503A: hue angle of 155.56º 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 #1A503A is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB268058-
CMYK0.6700.280.69
HSL155.56º50.94%20.78%-
HSV(B)155.56º67.5%31.37%-
XYZ4.066.265-
YUV61.35126.11102.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=15.85%
G=48.78%
B=35.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680580.6700.280.69155.5650.9420.78
Hex1A503A4301C459c3315
Octal32120721030341052346325
Binary110101010000111010100001101110010001011001110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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