#026825

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

Shades of Crusoe #026825

Tints of Crusoe #026825

Color information

#026825 (or 0x026825) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 25. RGB value is (2,104,37). Sum of RGB (Red+Green+Blue) = 2+104+37=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 104 (41.02% from 255 or 72.73% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 104 - color contains mainly: green. Hex color #026825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026825 is #FD97DA. Grayscale: #424242. Windows color (decimal): -16619483 or 2451458. OLE color: 2451458.

HSL color Cylindrical-coordinate representation of color #026825: hue angle of 140.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026825 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB210437-
CMYK0.9800.640.59
HSL140.59º96.23%20.78%-
HSV(B)140.59º98.08%40.78%-
XYZ5.3110.053.41-
YUV65.86111.7182.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 104 (41.02% from 255) = 72.73%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=1.40%
G=72.73%
B=25.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104370.9800.640.59140.5996.2320.78
Hex26825620403B8d6015
Octal21504514201007321514025
Binary10110100010010111000100100000011101110001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026825; }

 p { color: rgb(2,104,37); }

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

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

 a { background-color: rgb(2,104,37); }

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

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

 span { border-color: rgb(2,104,37); }

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