#184F2A

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

Shades of Crusoe #184F2A

Tints of Crusoe #184F2A

Color information

#184F2A (or 0x184F2A) is unknown color: approx Crusoe. HEX triplet: 18, 4F and 2A. RGB value is (24,79,42). Sum of RGB (Red+Green+Blue) = 24+79+42=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #184F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F2A is #E7B0D5. Grayscale: #3A3A3A. Windows color (decimal): -15184086 or 2772760. OLE color: 2772760.

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

Color convert

RGB247942-
CMYK0.7000.470.69
HSL139.64º53.4%20.2%-
HSV(B)139.64º69.62%30.98%-
XYZ3.595.953.15-
YUV58.34118.78103.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 79 (31.25% from 255) = 54.48%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=16.55%
G=54.48%
B=28.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2479420.7000.470.69139.6453.420.2
Hex184F2A4602F458c3514
Octal30117521060571052146524
Binary1100010011111010101000110010111110001011000110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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