#1F582B

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

Shades of Crusoe #1F582B

Tints of Crusoe #1F582B

Color information

#1F582B (or 0x1F582B) is unknown color: approx Crusoe. HEX triplet: 1F, 58 and 2B. RGB value is (31,88,43). Sum of RGB (Red+Green+Blue) = 31+88+43=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #1F582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F582B is #E0A7D4. Grayscale: #414141. Windows color (decimal): -14723029 or 2840607. OLE color: 2840607.

HSL color Cylindrical-coordinate representation of color #1F582B: hue angle of 132.63º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F582B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB318843-
CMYK0.6500.510.65
HSL132.63º47.9%23.33%-
HSV(B)132.63º64.77%34.51%-
XYZ4.497.453.49-
YUV65.83115.12103.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=19.14%
G=54.32%
B=26.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3188430.6500.510.65132.6347.923.33
Hex1F582B4103341853017
Octal37130531010631012056027
Binary1111110110001010111000001011001110000011000010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,43); }

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

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

 a { background-color: rgb(31,88,43); }

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

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

 span { border-color: rgb(31,88,43); }

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