#025E1D

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

Shades of Crusoe #025E1D

Tints of Crusoe #025E1D

Color information

#025E1D (or 0x025E1D) is unknown color: approx Crusoe. HEX triplet: 02, 5E and 1D. RGB value is (2,94,29). Sum of RGB (Red+Green+Blue) = 2+94+29=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 94 (37.11% from 255 or 75.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 94 - color contains mainly: green. Hex color #025E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E1D is #FDA1E2. Grayscale: #3B3B3B. Windows color (decimal): -16622051 or 1924610. OLE color: 1924610.

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

Color convert

RGB29429-
CMYK0.9800.690.63
HSL137.61º95.83%18.82%-
HSV(B)137.61º97.87%36.86%-
XYZ4.258.112.5-
YUV59.08111.0287.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 94 (37.11% from 255) = 75.2%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=1.6%
G=75.2%
B=23.2%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294290.9800.690.63137.6195.8318.82
Hex25E1D620453F8a6013
Octal21363514201057721214023
Binary1010111101110111000100100010111111110001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,29); }

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

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

 a { background-color: rgb(2,94,29); }

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

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

 span { border-color: rgb(2,94,29); }

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