#1B512B

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

Shades of Crusoe #1B512B

Tints of Crusoe #1B512B

Color information

#1B512B (or 0x1B512B) is unknown color: approx Crusoe. HEX triplet: 1B, 51 and 2B. RGB value is (27,81,43). Sum of RGB (Red+Green+Blue) = 27+81+43=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #1B512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B512B is #E4AED4. Grayscale: #3C3C3C. Windows color (decimal): -14986965 or 2838811. OLE color: 2838811.

HSL color Cylindrical-coordinate representation of color #1B512B: hue angle of 137.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B512B is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB278143-
CMYK0.6700.470.68
HSL137.78º50%21.18%-
HSV(B)137.78º66.67%31.76%-
XYZ3.836.293.3-
YUV60.52118.11104.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.88%
GREEN value IS 81 (32.03% from 255) = 53.64%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=17.88%
G=53.64%
B=28.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2781430.6700.470.68137.785021.18
Hex1B512B4302F448a3215
Octal33121531030571042126225
Binary1101110100011010111000011010111110001001000101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,81,43); }

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

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

 a { background-color: rgb(27,81,43); }

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

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

 span { border-color: rgb(27,81,43); }

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