#1a5f2f

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

Shades of Crusoe #1A5F2F

Tints of Crusoe #1A5F2F

Color information

#1A5F2F (or 0x1A5F2F) is unknown color: approx Crusoe. HEX triplet: 1A, 5F and 2F. RGB value is (26,95,47). Sum of RGB (Red+Green+Blue) = 26+95+47=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5F2F is #E5A0D0. Grayscale: #454545. Windows color (decimal): -15048913 or 3104538. OLE color: 3104538.

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

Color convert

RGB269547-
CMYK0.7300.510.63
HSL138.26º57.02%23.73%-
HSV(B)138.26º72.63%37.25%-
XYZ5.038.614.09-
YUV68.9115.6497.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 95 (37.5% from 255) = 56.55%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=15.48%
G=56.55%
B=27.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2695470.7300.510.63138.2657.0223.73
Hex1A5F2F490333F8a3918
Octal3213757111063772127130
Binary110101011111101111100100101100111111111000101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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