#145F28

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

Shades of Crusoe #145F28

Tints of Crusoe #145F28

Color information

#145F28 (or 0x145F28) is unknown color: approx Crusoe. HEX triplet: 14, 5F and 28. RGB value is (20,95,40). Sum of RGB (Red+Green+Blue) = 20+95+40=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #145F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F28 is #EBA0D7. Grayscale: #424242. Windows color (decimal): -15442136 or 2645780. OLE color: 2645780.

HSL color Cylindrical-coordinate representation of color #145F28: hue angle of 136º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F28 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB209540-
CMYK0.7900.580.63
HSL136º65.22%22.55%-
HSV(B)136º78.95%37.25%-
XYZ4.768.493.39-
YUV66.3113.1594.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 95 (37.5% from 255) = 61.29%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=12.90%
G=61.29%
B=25.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2095400.7900.580.6313665.2222.55
Hex145F284F03A3F884117
Octal24137501170727721010127
Binary1010010111111010001001111011101011111110001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,95,40); }

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

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

 a { background-color: rgb(20,95,40); }

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

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

 span { border-color: rgb(20,95,40); }

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