#025C13

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

Shades of Crusoe #025C13

Tints of Crusoe #025C13

Color information

#025C13 (or 0x025C13) is unknown color: approx Crusoe. HEX triplet: 02, 5C and 13. RGB value is (2,92,19). Sum of RGB (Red+Green+Blue) = 2+92+19=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #025C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C13 is #FDA3EC. Grayscale: #383838. Windows color (decimal): -16622573 or 1268738. OLE color: 1268738.

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

Color convert

RGB29219-
CMYK0.9800.790.64
HSL131.33º95.74%18.43%-
HSV(B)131.33º97.83%36.08%-
XYZ3.977.711.9-
YUV56.77106.6888.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 92 (36.33% from 255) = 81.42%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=1.77%
G=81.42%
B=16.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292190.9800.790.64131.3395.7418.43
Hex25C136204F40836012
Octal213423142011710020314022
Binary10101110010011110001001001111100000010000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,92,19); }

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

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

 a { background-color: rgb(2,92,19); }

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

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

 span { border-color: rgb(2,92,19); }

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