#025D1D

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

Shades of Crusoe #025D1D

Tints of Crusoe #025D1D

Color information

#025D1D (or 0x025D1D) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 1D. RGB value is (2,93,29). Sum of RGB (Red+Green+Blue) = 2+93+29=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #025D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D1D is #FDA2E2. Grayscale: #3A3A3A. Windows color (decimal): -16622307 or 1924354. OLE color: 1924354.

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

Color convert

RGB29329-
CMYK0.9800.690.64
HSL137.8º95.79%18.63%-
HSV(B)137.8º97.85%36.47%-
XYZ4.167.932.47-
YUV58.49111.3587.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 93 (36.72% from 255) = 75%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=1.61%
G=75%
B=23.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293290.9800.690.64137.895.7918.63
Hex25D1D62045408a6013
Octal213535142010510021214023
Binary10101110111101110001001000101100000010001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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