#025A1C

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

Shades of Crusoe #025A1C

Tints of Crusoe #025A1C

Color information

#025A1C (or 0x025A1C) is unknown color: approx Crusoe. HEX triplet: 02, 5A and 1C. RGB value is (2,90,28). Sum of RGB (Red+Green+Blue) = 2+90+28=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 90 (35.55% from 255 or 75% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 90 - color contains mainly: green. Hex color #025A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A1C is #FDA5E3. Grayscale: #383838. Windows color (decimal): -16623076 or 1858050. OLE color: 1858050.

HSL color Cylindrical-coordinate representation of color #025A1C: hue angle of 137.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A1C is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB29028-
CMYK0.9800.690.65
HSL137.73º95.65%18.04%-
HSV(B)137.73º97.78%35.29%-
XYZ3.897.412.32-
YUV56.62111.8589.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 90 (35.55% from 255) = 75%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=1.67%
G=75%
B=23.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290280.9800.690.65137.7395.6518.04
Hex25A1C62045418a6012
Octal213234142010510121214022
Binary10101101011100110001001000101100000110001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025A1C; }

 p { color: rgb(2,90,28); }

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

<style>
 a { background-color: #025A1C; }

 a { background-color: rgb(2,90,28); }

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

<style>
 span { border-color: #025A1C; }

 span { border-color: rgb(2,90,28); }

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