#1F563C

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

Shades of County Green #1F563C

Tints of County Green #1F563C

Color information

#1F563C (or 0x1F563C) is unknown color: approx County Green. HEX triplet: 1F, 56 and 3C. RGB value is (31,86,60). Sum of RGB (Red+Green+Blue) = 31+86+60=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #1F563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F563C is #E0A9C3. Grayscale: #424242. Windows color (decimal): -14723524 or 3954207. OLE color: 3954207.

HSL color Cylindrical-coordinate representation of color #1F563C: hue angle of 151.64º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F563C is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB318660-
CMYK0.6400.300.66
HSL151.64º47.01%22.94%-
HSV(B)151.64º63.95%33.73%-
XYZ4.717.275.43-
YUV66.59124.28102.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=17.51%
G=48.59%
B=33.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3186600.6400.300.66151.6447.0122.94
Hex1F563C4001E42982f17
Octal37126741000361022305727
Binary111111010110111100100000001111010000101001100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,60); }

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

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

 a { background-color: rgb(31,86,60); }

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

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

 span { border-color: rgb(31,86,60); }

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