#185C2A

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

Shades of Crusoe #185C2A

Tints of Crusoe #185C2A

Color information

#185C2A (or 0x185C2A) is unknown color: approx Crusoe. HEX triplet: 18, 5C and 2A. RGB value is (24,92,42). Sum of RGB (Red+Green+Blue) = 24+92+42=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #185C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185C2A is #E7A3D5. Grayscale: #424242. Windows color (decimal): -15180758 or 2776088. OLE color: 2776088.

HSL color Cylindrical-coordinate representation of color #185C2A: hue angle of 135.88º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185C2A is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB249242-
CMYK0.7400.540.64
HSL135.88º58.62%22.75%-
HSV(B)135.88º73.91%36.08%-
XYZ4.628.023.49-
YUV65.97114.4798.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 92 (36.33% from 255) = 58.23%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=15.19%
G=58.23%
B=26.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2492420.7400.540.64135.8858.6222.75
Hex185C2A4A03640883b17
Octal30134521120661002107327
Binary1100010111001010101001010011011010000001000100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185C2A; }

 p { color: rgb(24,92,42); }

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

<style>
 a { background-color: #185C2A; }

 a { background-color: rgb(24,92,42); }

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

<style>
 span { border-color: #185C2A; }

 span { border-color: rgb(24,92,42); }

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