#1B503A

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

Shades of County Green #1B503A

Tints of County Green #1B503A

Color information

#1B503A (or 0x1B503A) is unknown color: approx County Green. HEX triplet: 1B, 50 and 3A. RGB value is (27,80,58). Sum of RGB (Red+Green+Blue) = 27+80+58=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #1B503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B503A is #E4AFC5. Grayscale: #3D3D3D. Windows color (decimal): -14987206 or 3821595. OLE color: 3821595.

HSL color Cylindrical-coordinate representation of color #1B503A: hue angle of 155.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B503A is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB278058-
CMYK0.6600.280.69
HSL155.09º49.53%20.98%-
HSV(B)155.09º66.25%31.37%-
XYZ4.086.285-
YUV61.64125.94103.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=16.36%
G=48.48%
B=35.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780580.6600.280.69155.0949.5320.98
Hex1B503A4201C459b3215
Octal33120721020341052336225
Binary110111010000111010100001001110010001011001101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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