#1B5F2F

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

Shades of Crusoe #1B5F2F

Tints of Crusoe #1B5F2F

Color information

#1B5F2F (or 0x1B5F2F) is unknown color: approx Crusoe. HEX triplet: 1B, 5F and 2F. RGB value is (27,95,47). Sum of RGB (Red+Green+Blue) = 27+95+47=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5F2F is #E4A0D0. Grayscale: #454545. Windows color (decimal): -14983377 or 3104539. OLE color: 3104539.

HSL color Cylindrical-coordinate representation of color #1B5F2F: hue angle of 137.65º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F2F is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB279547-
CMYK0.7200.510.63
HSL137.65º55.74%23.92%-
HSV(B)137.65º71.58%37.25%-
XYZ5.068.624.09-
YUV69.2115.4797.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.98%
GREEN value IS 95 (37.5% from 255) = 56.21%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=15.98%
G=56.21%
B=27.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2795470.7200.510.63137.6555.7423.92
Hex1B5F2F480333F8a3818
Octal3313757110063772127030
Binary110111011111101111100100001100111111111000101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,95,47); }

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

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

 a { background-color: rgb(27,95,47); }

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

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

 span { border-color: rgb(27,95,47); }

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