#1D5E2A

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

Shades of Crusoe #1D5E2A

Tints of Crusoe #1D5E2A

Color information

#1D5E2A (or 0x1D5E2A) is unknown color: approx Crusoe. HEX triplet: 1D, 5E and 2A. RGB value is (29,94,42). Sum of RGB (Red+Green+Blue) = 29+94+42=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #1D5E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5E2A is #E2A1D5. Grayscale: #444444. Windows color (decimal): -14852566 or 2776605. OLE color: 2776605.

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

Color convert

RGB299442-
CMYK0.6900.550.63
HSL132º52.85%24.12%-
HSV(B)132º69.15%36.86%-
XYZ4.938.433.56-
YUV68.64112.9799.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 94 (37.11% from 255) = 56.97%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=17.58%
G=56.97%
B=25.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2994420.6900.550.6313252.8524.12
Hex1D5E2A450373F843518
Octal3513652105067772046530
Binary111011011110101010100010101101111111111000010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,94,42); }

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

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

 a { background-color: rgb(29,94,42); }

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

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

 span { border-color: rgb(29,94,42); }

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