#025932

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

Shades of Crusoe #025932

Tints of Crusoe #025932

Color information

#025932 (or 0x025932) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 32. RGB value is (2,89,50). Sum of RGB (Red+Green+Blue) = 2+89+50=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #025932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025932 is #FDA6CD. Grayscale: #3A3A3A. Windows color (decimal): -16623310 or 3299586. OLE color: 3299586.

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

Color convert

RGB28950-
CMYK0.9800.440.65
HSL153.1º95.6%17.84%-
HSV(B)153.1º97.75%34.9%-
XYZ4.177.394.22-
YUV58.54123.1887.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 89 (35.16% from 255) = 63.12%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=1.42%
G=63.12%
B=35.46%

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
Decimal289500.9800.440.65153.195.617.84
Hex259326202C41996012
Octal21316214205410123114022
Binary10101100111001011000100101100100000110011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025932; }

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

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

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

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

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

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

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

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