#025912

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

Shades of Crusoe #025912

Tints of Crusoe #025912

Color information

#025912 (or 0x025912) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 12. RGB value is (2,89,18). Sum of RGB (Red+Green+Blue) = 2+89+18=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #025912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025912 is #FDA6ED. Grayscale: #373737. Windows color (decimal): -16623342 or 1202434. OLE color: 1202434.

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

Color convert

RGB28918-
CMYK0.9800.800.65
HSL131.03º95.6%17.84%-
HSV(B)131.03º97.75%34.9%-
XYZ3.717.21.77-
YUV54.89107.1890.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 89 (35.16% from 255) = 81.65%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=1.83%
G=81.65%
B=16.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289180.9800.800.65131.0395.617.84
Hex259126205041836012
Octal213122142012010120314022
Binary10101100110010110001001010000100000110000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025912; }

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

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

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

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

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

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

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

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