#1D582F

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

Shades of Crusoe #1D582F

Tints of Crusoe #1D582F

Color information

#1D582F (or 0x1D582F) is unknown color: approx Crusoe. HEX triplet: 1D, 58 and 2F. RGB value is (29,88,47). Sum of RGB (Red+Green+Blue) = 29+88+47=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #1D582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D582F is #E2A7D0. Grayscale: #414141. Windows color (decimal): -14854097 or 3102749. OLE color: 3102749.

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

Color convert

RGB298847-
CMYK0.6700.470.65
HSL138.31º50.43%22.94%-
HSV(B)138.31º67.05%34.51%-
XYZ4.517.453.89-
YUV65.68117.45101.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.68%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=17.68%
G=53.66%
B=28.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2988470.6700.470.65138.3150.4322.94
Hex1D582F4302F418a3217
Octal35130571030571012126227
Binary1110110110001011111000011010111110000011000101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,88,47); }

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

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

 a { background-color: rgb(29,88,47); }

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

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

 span { border-color: rgb(29,88,47); }

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