#025914

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

Shades of Crusoe #025914

Tints of Crusoe #025914

Color information

#025914 (or 0x025914) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 14. RGB value is (2,89,20). Sum of RGB (Red+Green+Blue) = 2+89+20=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #025914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025914 is #FDA6EB. Grayscale: #373737. Windows color (decimal): -16623340 or 1333506. OLE color: 1333506.

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

Color convert

RGB28920-
CMYK0.9800.780.65
HSL132.41º95.6%17.84%-
HSV(B)132.41º97.75%34.9%-
XYZ3.727.211.86-
YUV55.12108.1890.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 89 (35.16% from 255) = 80.18%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=1.80%
G=80.18%
B=18.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289200.9800.780.65132.4195.617.84
Hex259146204E41846012
Octal213124142011610120414022
Binary10101100110100110001001001110100000110000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025914; }

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

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

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

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

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

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

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

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