#175C2D

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

Shades of Crusoe #175C2D

Tints of Crusoe #175C2D

Color information

#175C2D (or 0x175C2D) is unknown color: approx Crusoe. HEX triplet: 17, 5C and 2D. RGB value is (23,92,45). Sum of RGB (Red+Green+Blue) = 23+92+45=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #175C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175C2D is #E8A3D2. Grayscale: #424242. Windows color (decimal): -15246291 or 2972695. OLE color: 2972695.

HSL color Cylindrical-coordinate representation of color #175C2D: hue angle of 139.13º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175C2D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB239245-
CMYK0.7500.510.64
HSL139.13º60%22.55%-
HSV(B)139.13º75%36.08%-
XYZ4.658.033.79-
YUV66.01116.1497.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.38%
GREEN value IS 92 (36.33% from 255) = 57.5%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=14.38%
G=57.5%
B=28.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2392450.7500.510.64139.136022.55
Hex175C2D4B033408b3c17
Octal27134551130631002137427
Binary1011110111001011011001011011001110000001000101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175C2D; }

 p { color: rgb(23,92,45); }

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

<style>
 a { background-color: #175C2D; }

 a { background-color: rgb(23,92,45); }

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

<style>
 span { border-color: #175C2D; }

 span { border-color: rgb(23,92,45); }

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