#1F533F

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

Shades of County Green #1F533F

Tints of County Green #1F533F

Color information

#1F533F (or 0x1F533F) is unknown color: approx County Green. HEX triplet: 1F, 53 and 3F. RGB value is (31,83,63). Sum of RGB (Red+Green+Blue) = 31+83+63=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #1F533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F533F is #E0ACC0. Grayscale: #414141. Windows color (decimal): -14724289 or 4150047. OLE color: 4150047.

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

Color convert

RGB318363-
CMYK0.6300.240.67
HSL156.92º45.61%22.35%-
HSV(B)156.92º62.65%32.55%-
XYZ4.566.845.78-
YUV65.17126.77103.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 63 (25% from 255) = 35.59%
R=17.51%
G=46.89%
B=35.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3183630.6300.240.67156.9245.6122.35
Hex1F533F3F018439d2e16
Octal3712377770301032355626
Binary11111101001111111111111101100010000111001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,83,63); }

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

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

 a { background-color: rgb(31,83,63); }

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

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

 span { border-color: rgb(31,83,63); }

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