#145D2B

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

Shades of Crusoe #145D2B

Tints of Crusoe #145D2B

Color information

#145D2B (or 0x145D2B) is unknown color: approx Crusoe. HEX triplet: 14, 5D and 2B. RGB value is (20,93,43). Sum of RGB (Red+Green+Blue) = 20+93+43=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #145D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D2B is #EBA2D4. Grayscale: #414141. Windows color (decimal): -15442645 or 2841876. OLE color: 2841876.

HSL color Cylindrical-coordinate representation of color #145D2B: hue angle of 138.9º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145D2B is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB209343-
CMYK0.7800.540.64
HSL138.9º64.6%22.16%-
HSV(B)138.9º78.49%36.47%-
XYZ4.648.153.61-
YUV65.47115.3295.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 93 (36.72% from 255) = 59.62%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=12.82%
G=59.62%
B=27.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093430.7800.540.64138.964.622.16
Hex145D2B4E036408b4116
Octal241355311606610021310126
Binary10100101110110101110011100110110100000010001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D2B; }

 p { color: rgb(20,93,43); }

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

<style>
 a { background-color: #145D2B; }

 a { background-color: rgb(20,93,43); }

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

<style>
 span { border-color: #145D2B; }

 span { border-color: rgb(20,93,43); }

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