#185C2E

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

Shades of Crusoe #185C2E

Tints of Crusoe #185C2E

Color information

#185C2E (or 0x185C2E) is unknown color: approx Crusoe. HEX triplet: 18, 5C and 2E. RGB value is (24,92,46). Sum of RGB (Red+Green+Blue) = 24+92+46=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #185C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185C2E is #E7A3D1. Grayscale: #424242. Windows color (decimal): -15180754 or 3038232. OLE color: 3038232.

HSL color Cylindrical-coordinate representation of color #185C2E: hue angle of 139.41º 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 #185C2E is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB249246-
CMYK0.7400.500.64
HSL139.41º58.62%22.75%-
HSV(B)139.41º73.91%36.08%-
XYZ4.78.053.89-
YUV66.42116.4797.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 92 (36.33% from 255) = 56.79%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=14.81%
G=56.79%
B=28.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2492460.7400.500.64139.4158.6222.75
Hex185C2E4A032408b3b17
Octal30134561120621002137327
Binary1100010111001011101001010011001010000001000101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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