#1F543B

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

Shades of County Green #1F543B

Tints of County Green #1F543B

Color information

#1F543B (or 0x1F543B) is unknown color: approx County Green. HEX triplet: 1F, 54 and 3B. RGB value is (31,84,59). Sum of RGB (Red+Green+Blue) = 31+84+59=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #1F543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F543B is #E0ABC4. Grayscale: #414141. Windows color (decimal): -14724037 or 3888159. OLE color: 3888159.

HSL color Cylindrical-coordinate representation of color #1F543B: hue angle of 151.7º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F543B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB318459-
CMYK0.6300.300.67
HSL151.7º46.09%22.55%-
HSV(B)151.7º63.1%32.94%-
XYZ4.526.955.24-
YUV65.3124.44103.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=17.82%
G=48.28%
B=33.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3184590.6300.300.67151.746.0922.55
Hex1F543B3F01E43982e17
Octal3712473770361032305627
Binary11111101010011101111111101111010000111001100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,59); }

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

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

 a { background-color: rgb(31,84,59); }

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

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

 span { border-color: rgb(31,84,59); }

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