#025831

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

Shades of Crusoe #025831

Tints of Crusoe #025831

Color information

#025831 (or 0x025831) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 31. RGB value is (2,88,49). Sum of RGB (Red+Green+Blue) = 2+88+49=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #025831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025831 is #FDA7CE. Grayscale: #393939. Windows color (decimal): -16623567 or 3233794. OLE color: 3233794.

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

Color convert

RGB28849-
CMYK0.9800.440.65
HSL152.79º95.56%17.65%-
HSV(B)152.79º97.73%34.51%-
XYZ4.077.214.08-
YUV57.84123.0188.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 88 (34.77% from 255) = 63.31%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=1.44%
G=63.31%
B=35.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288490.9800.440.65152.7995.5617.65
Hex258316202C41996012
Octal21306114205410123114022
Binary10101100011000111000100101100100000110011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025831; }

 p { color: rgb(2,88,49); }

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

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

 a { background-color: rgb(2,88,49); }

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

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

 span { border-color: rgb(2,88,49); }

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