#025827

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

Shades of Crusoe #025827

Tints of Crusoe #025827

Color information

#025827 (or 0x025827) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 27. RGB value is (2,88,39). Sum of RGB (Red+Green+Blue) = 2+88+39=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #025827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025827 is #FDA7D8. Grayscale: #383838. Windows color (decimal): -16623577 or 2578434. OLE color: 2578434.

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

Color convert

RGB28839-
CMYK0.9800.560.65
HSL145.81º95.56%17.65%-
HSV(B)145.81º97.73%34.51%-
XYZ3.887.143.09-
YUV56.7118.0188.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 88 (34.77% from 255) = 68.22%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=1.55%
G=68.22%
B=30.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288390.9800.560.65145.8195.5617.65
Hex258276203841926012
Octal21304714207010122214022
Binary10101100010011111000100111000100000110010010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025827; }

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

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

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

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

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

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

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

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