#1B503B

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

Shades of County Green #1B503B

Tints of County Green #1B503B

Color information

#1B503B (or 0x1B503B) is unknown color: approx County Green. HEX triplet: 1B, 50 and 3B. RGB value is (27,80,59). Sum of RGB (Red+Green+Blue) = 27+80+59=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #1B503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B503B is #E4AFC4. Grayscale: #3D3D3D. Windows color (decimal): -14987205 or 3887131. OLE color: 3887131.

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

Color convert

RGB278059-
CMYK0.6600.260.69
HSL156.23º49.53%20.98%-
HSV(B)156.23º66.25%31.37%-
XYZ4.116.295.13-
YUV61.76126.44103.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.27%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=16.27%
G=48.19%
B=35.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780590.6600.260.69156.2349.5320.98
Hex1B503B4201A459c3215
Octal33120731020321052346225
Binary110111010000111011100001001101010001011001110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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