#1A612A

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

Shades of Crusoe #1A612A

Tints of Crusoe #1A612A

Color information

#1A612A (or 0x1A612A) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 2A. RGB value is (26,97,42). Sum of RGB (Red+Green+Blue) = 26+97+42=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #1A612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A612A is #E59ED5. Grayscale: #454545. Windows color (decimal): -15048406 or 2777370. OLE color: 2777370.

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

Color convert

RGB269742-
CMYK0.7300.570.62
HSL133.52º57.72%24.12%-
HSV(B)133.52º73.2%38.04%-
XYZ5.128.943.65-
YUV69.5112.4896.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=15.76%
G=58.79%
B=25.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697420.7300.570.62133.5257.7224.12
Hex1A612A490393E863a18
Octal3214152111071762067230
Binary110101100001101010100100101110011111101000011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,42); }

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

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

 a { background-color: rgb(26,97,42); }

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

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

 span { border-color: rgb(26,97,42); }

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