#025A1D

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

Shades of Crusoe #025A1D

Tints of Crusoe #025A1D

Color information

#025A1D (or 0x025A1D) is unknown color: approx Crusoe. HEX triplet: 02, 5A and 1D. RGB value is (2,90,29). Sum of RGB (Red+Green+Blue) = 2+90+29=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #025A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A1D is #FDA5E2. Grayscale: #383838. Windows color (decimal): -16623075 or 1923586. OLE color: 1923586.

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

Color convert

RGB29029-
CMYK0.9800.680.65
HSL138.41º95.65%18.04%-
HSV(B)138.41º97.78%35.29%-
XYZ3.97.412.39-
YUV56.73112.3588.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=1.65%
G=74.38%
B=23.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290290.9800.680.65138.4195.6518.04
Hex25A1D62044418a6012
Octal213235142010410121214022
Binary10101101011101110001001000100100000110001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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