#025930

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

Shades of Crusoe #025930

Tints of Crusoe #025930

Color information

#025930 (or 0x025930) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 30. RGB value is (2,89,48). Sum of RGB (Red+Green+Blue) = 2+89+48=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #025930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025930 is #FDA6CF. Grayscale: #3A3A3A. Windows color (decimal): -16623312 or 3168514. OLE color: 3168514.

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

Color convert

RGB28948-
CMYK0.9800.460.65
HSL151.72º95.6%17.84%-
HSV(B)151.72º97.75%34.9%-
XYZ4.137.374-
YUV58.31122.1887.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=1.44%
G=64.03%
B=34.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289480.9800.460.65151.7295.617.84
Hex259306202E41986012
Octal21316014205610123014022
Binary10101100111000011000100101110100000110011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025930; }

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

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

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

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

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

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

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

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