#026C25

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

Shades of Crusoe #026C25

Tints of Crusoe #026C25

Color information

#026C25 (or 0x026C25) is unknown color: approx Crusoe. HEX triplet: 02, 6C and 25. RGB value is (2,108,37). Sum of RGB (Red+Green+Blue) = 2+108+37=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 108 (42.58% from 255 or 73.47% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 108 - color contains mainly: green. Hex color #026C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C25 is #FD93DA. Grayscale: #444444. Windows color (decimal): -16618459 or 2452482. OLE color: 2452482.

HSL color Cylindrical-coordinate representation of color #026C25: hue angle of 139.81º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C25 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB210837-
CMYK0.9800.660.58
HSL139.81º96.36%21.57%-
HSV(B)139.81º98.15%42.35%-
XYZ5.7210.873.55-
YUV68.21110.3880.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 108 (42.58% from 255) = 73.47%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=1.36%
G=73.47%
B=25.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2108370.9800.660.58139.8196.3621.57
Hex26C25620423A8c6016
Octal21544514201027221414026
Binary10110110010010111000100100001011101010001100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026C25; }

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

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

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

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

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

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

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

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