#1B5D2F

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

Shades of Crusoe #1B5D2F

Tints of Crusoe #1B5D2F

Color information

#1B5D2F (or 0x1B5D2F) is unknown color: approx Crusoe. HEX triplet: 1B, 5D and 2F. RGB value is (27,93,47). Sum of RGB (Red+Green+Blue) = 27+93+47=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #1B5D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5D2F is #E4A2D0. Grayscale: #444444. Windows color (decimal): -14983889 or 3104027. OLE color: 3104027.

HSL color Cylindrical-coordinate representation of color #1B5D2F: hue angle of 138.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5D2F is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB279347-
CMYK0.7100.490.64
HSL138.18º55%23.53%-
HSV(B)138.18º70.97%36.47%-
XYZ4.888.274.03-
YUV68.02116.1398.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.17%
GREEN value IS 93 (36.72% from 255) = 55.69%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=16.17%
G=55.69%
B=28.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2793470.7100.490.64138.185523.53
Hex1B5D2F47031408a3718
Octal33135571070611002126730
Binary1101110111011011111000111011000110000001000101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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