#184E2A

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

Shades of Crusoe #184E2A

Tints of Crusoe #184E2A

Color information

#184E2A (or 0x184E2A) is unknown color: approx Crusoe. HEX triplet: 18, 4E and 2A. RGB value is (24,78,42). Sum of RGB (Red+Green+Blue) = 24+78+42=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #184E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E2A is #E7B1D5. Grayscale: #393939. Windows color (decimal): -15184342 or 2772504. OLE color: 2772504.

HSL color Cylindrical-coordinate representation of color #184E2A: hue angle of 140º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E2A is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB247842-
CMYK0.6900.460.69
HSL140º52.94%20%-
HSV(B)140º69.23%30.59%-
XYZ3.525.813.13-
YUV57.75119.11103.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=16.67%
G=54.17%
B=29.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2478420.6900.460.6914052.9420
Hex184E2A4502E458c3514
Octal30116521050561052146524
Binary1100010011101010101000101010111010001011000110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184E2A; }

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

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

<style>
 a { background-color: #184E2A; }

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

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

<style>
 span { border-color: #184E2A; }

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

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