#1B602D

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

Shades of Crusoe #1B602D

Tints of Crusoe #1B602D

Color information

#1B602D (or 0x1B602D) is unknown color: approx Crusoe. HEX triplet: 1B, 60 and 2D. RGB value is (27,96,45). Sum of RGB (Red+Green+Blue) = 27+96+45=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #1B602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B602D is #E49FD2. Grayscale: #454545. Windows color (decimal): -14983123 or 2973723. OLE color: 2973723.

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

Color convert

RGB279645-
CMYK0.7200.530.62
HSL135.65º56.1%24.12%-
HSV(B)135.65º71.88%37.65%-
XYZ5.118.793.91-
YUV69.55114.1497.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.07%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=16.07%
G=57.14%
B=26.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796450.7200.530.62135.6556.124.12
Hex1B602D480353E883818
Octal3314055110065762107030
Binary110111100000101101100100001101011111101000100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,45); }

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

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

 a { background-color: rgb(27,96,45); }

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

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

 span { border-color: rgb(27,96,45); }

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