#1F523C

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

Shades of County Green #1F523C

Tints of County Green #1F523C

Color information

#1F523C (or 0x1F523C) is unknown color: approx County Green. HEX triplet: 1F, 52 and 3C. RGB value is (31,82,60). Sum of RGB (Red+Green+Blue) = 31+82+60=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #1F523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F523C is #E0ADC3. Grayscale: #404040. Windows color (decimal): -14724548 or 3953183. OLE color: 3953183.

HSL color Cylindrical-coordinate representation of color #1F523C: hue angle of 154.12º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F523C is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB318260-
CMYK0.6200.270.68
HSL154.12º45.13%22.16%-
HSV(B)154.12º62.2%32.16%-
XYZ4.46.655.33-
YUV64.24125.6104.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.92%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=17.92%
G=47.40%
B=34.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3182600.6200.270.68154.1245.1322.16
Hex1F523C3E01B449a2d16
Octal3712274760331042325526
Binary11111101001011110011111001101110001001001101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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