#1A602D

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

Shades of Crusoe #1A602D

Tints of Crusoe #1A602D

Color information

#1A602D (or 0x1A602D) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 2D. RGB value is (26,96,45). Sum of RGB (Red+Green+Blue) = 26+96+45=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #1A602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A602D is #E59FD2. Grayscale: #454545. Windows color (decimal): -15048659 or 2973722. OLE color: 2973722.

HSL color Cylindrical-coordinate representation of color #1A602D: hue angle of 136.29º degrees, saturation: 0.57, 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 #1A602D is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB269645-
CMYK0.7300.530.62
HSL136.29º57.38%23.92%-
HSV(B)136.29º72.92%37.65%-
XYZ5.088.773.91-
YUV69.26114.3197.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.57%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=15.57%
G=57.49%
B=26.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696450.7300.530.62136.2957.3823.92
Hex1A602D490353E883918
Octal3214055111065762107130
Binary110101100000101101100100101101011111101000100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,45); }

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

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

 a { background-color: rgb(26,96,45); }

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

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

 span { border-color: rgb(26,96,45); }

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