#025E14

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

Shades of Crusoe #025E14

Tints of Crusoe #025E14

Color information

#025E14 (or 0x025E14) is unknown color: approx Crusoe. HEX triplet: 02, 5E and 14. RGB value is (2,94,20). Sum of RGB (Red+Green+Blue) = 2+94+20=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #025E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025E14 is #FDA1EB. Grayscale: #3A3A3A. Windows color (decimal): -16622060 or 1334786. OLE color: 1334786.

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

Color convert

RGB29420-
CMYK0.9800.790.63
HSL131.74º95.83%18.82%-
HSV(B)131.74º97.87%36.86%-
XYZ4.158.072-
YUV58.06106.5288.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 94 (37.11% from 255) = 81.03%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=1.72%
G=81.03%
B=17.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294200.9800.790.63131.7495.8318.82
Hex25E146204F3F846013
Octal21362414201177720414023
Binary1010111101010011000100100111111111110000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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