#1B5028

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

Shades of Crusoe #1B5028

Tints of Crusoe #1B5028

Color information

#1B5028 (or 0x1B5028) is unknown color: approx Crusoe. HEX triplet: 1B, 50 and 28. RGB value is (27,80,40). Sum of RGB (Red+Green+Blue) = 27+80+40=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5028 is #E4AFD7. Grayscale: #3B3B3B. Windows color (decimal): -14987224 or 2641947. OLE color: 2641947.

HSL color Cylindrical-coordinate representation of color #1B5028: hue angle of 134.72º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B5028 is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB278040-
CMYK0.6600.50.69
HSL134.72º49.53%20.98%-
HSV(B)134.72º66.25%31.37%-
XYZ3.76.122.99-
YUV59.59116.94104.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.37%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=18.37%
G=54.42%
B=27.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780400.6600.50.69134.7249.5320.98
Hex1B50284203245873215
Octal33120501020621052076225
Binary1101110100001010001000010011001010001011000011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5028; }

 p { color: rgb(27,80,40); }

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

<style>
 a { background-color: #1B5028; }

 a { background-color: rgb(27,80,40); }

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

<style>
 span { border-color: #1B5028; }

 span { border-color: rgb(27,80,40); }

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