#1B5440

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

Shades of County Green #1B5440

Tints of County Green #1B5440

Color information

#1B5440 (or 0x1B5440) is unknown color: approx County Green. HEX triplet: 1B, 54 and 40. RGB value is (27,84,64). Sum of RGB (Red+Green+Blue) = 27+84+64=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5440 is #E4ABBF. Grayscale: #404040. Windows color (decimal): -14986176 or 4215835. OLE color: 4215835.

HSL color Cylindrical-coordinate representation of color #1B5440: hue angle of 158.95º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5440 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB278464-
CMYK0.6800.240.67
HSL158.95º51.35%21.76%-
HSV(B)158.95º67.86%32.94%-
XYZ4.556.945.95-
YUV64.68127.62101.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.43%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=15.43%
G=48%
B=36.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2784640.6800.240.67158.9551.3521.76
Hex1B544044018439f3316
Octal331241001040301032376326
Binary1101110101001000000100010001100010000111001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,84,64); }

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

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

 a { background-color: rgb(27,84,64); }

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

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

 span { border-color: rgb(27,84,64); }

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