#025B1E

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

Shades of Crusoe #025B1E

Tints of Crusoe #025B1E

Color information

#025B1E (or 0x025B1E) is unknown color: approx Crusoe. HEX triplet: 02, 5B and 1E. RGB value is (2,91,30). Sum of RGB (Red+Green+Blue) = 2+91+30=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 91 (35.94% from 255 or 73.98% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 91 - color contains mainly: green. Hex color #025B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B1E is #FDA4E1. Grayscale: #393939. Windows color (decimal): -16622818 or 1989378. OLE color: 1989378.

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

Color convert

RGB29130-
CMYK0.9800.670.64
HSL138.88º95.7%18.24%-
HSV(B)138.88º97.8%35.69%-
XYZ47.592.48-
YUV57.43112.5188.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 91 (35.94% from 255) = 73.98%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=1.63%
G=73.98%
B=24.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291300.9800.670.64138.8895.718.24
Hex25B1E62043408b6012
Octal213336142010310021314022
Binary10101101111110110001001000011100000010001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,30); }

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

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

 a { background-color: rgb(2,91,30); }

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

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

 span { border-color: rgb(2,91,30); }

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