#026725

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

Shades of Crusoe #026725

Tints of Crusoe #026725

Color information

#026725 (or 0x026725) is unknown color: approx Crusoe. HEX triplet: 02, 67 and 25. RGB value is (2,103,37). Sum of RGB (Red+Green+Blue) = 2+103+37=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #026725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026725 is #FD98DA. Grayscale: #414141. Windows color (decimal): -16619739 or 2451202. OLE color: 2451202.

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

Color convert

RGB210337-
CMYK0.9800.640.60
HSL140.79º96.19%20.59%-
HSV(B)140.79º98.06%40.39%-
XYZ5.219.853.38-
YUV65.28112.0482.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 103 (40.62% from 255) = 72.54%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=1.41%
G=72.54%
B=26.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103370.9800.640.60140.7996.1920.59
Hex26725620403C8d6015
Octal21474514201007421514025
Binary10110011110010111000100100000011110010001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026725; }

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

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

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

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

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

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

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

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