#025913

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

Shades of Crusoe #025913

Tints of Crusoe #025913

Color information

#025913 (or 0x025913) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 13. RGB value is (2,89,19). Sum of RGB (Red+Green+Blue) = 2+89+19=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 89 (35.16% from 255 or 80.91% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 89 - color contains mainly: green. Hex color #025913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025913 is #FDA6EC. Grayscale: #373737. Windows color (decimal): -16623341 or 1267970. OLE color: 1267970.

HSL color Cylindrical-coordinate representation of color #025913: hue angle of 131.72º 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 #025913 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB28919-
CMYK0.9800.790.65
HSL131.72º95.6%17.84%-
HSV(B)131.72º97.75%34.9%-
XYZ3.717.21.81-
YUV55.01107.6890.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 89 (35.16% from 255) = 80.91%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=1.82%
G=80.91%
B=17.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289190.9800.790.65131.7295.617.84
Hex259136204F41846012
Octal213123142011710120414022
Binary10101100110011110001001001111100000110000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025913; }

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

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

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

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

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

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

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

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