#025F14

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

Shades of Crusoe #025F14

Tints of Crusoe #025F14

Color information

#025F14 (or 0x025F14) is unknown color: approx Crusoe. HEX triplet: 02, 5F and 14. RGB value is (2,95,20). Sum of RGB (Red+Green+Blue) = 2+95+20=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 95 (37.5% from 255 or 81.20% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 95 - color contains mainly: green. Hex color #025F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025F14 is #FDA0EB. Grayscale: #3A3A3A. Windows color (decimal): -16621804 or 1335042. OLE color: 1335042.

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

Color convert

RGB29520-
CMYK0.9800.790.63
HSL131.61º95.88%19.02%-
HSV(B)131.61º97.89%37.25%-
XYZ4.248.252.03-
YUV58.64106.1987.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 95 (37.5% from 255) = 81.20%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=1.71%
G=81.20%
B=17.09%

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
Decimal295200.9800.790.63131.6195.8819.02
Hex25F146204F3F846013
Octal21372414201177720414023
Binary1010111111010011000100100111111111110000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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