#1F592E

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

Shades of Crusoe #1F592E

Tints of Crusoe #1F592E

Color information

#1F592E (or 0x1F592E) is unknown color: approx Crusoe. HEX triplet: 1F, 59 and 2E. RGB value is (31,89,46). Sum of RGB (Red+Green+Blue) = 31+89+46=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #1F592E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F592E is #E0A6D1. Grayscale: #424242. Windows color (decimal): -14722770 or 3037471. OLE color: 3037471.

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

Color convert

RGB318946-
CMYK0.6500.480.65
HSL135.52º48.33%23.53%-
HSV(B)135.52º65.17%34.9%-
XYZ4.637.633.81-
YUV66.76116.28102.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=18.67%
G=53.61%
B=27.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3189460.6500.480.65135.5248.3323.53
Hex1F592E4103041883018
Octal37131561010601012106030
Binary1111110110011011101000001011000010000011000100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,89,46); }

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

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

 a { background-color: rgb(31,89,46); }

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

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

 span { border-color: rgb(31,89,46); }

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