#026A25

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

Shades of Crusoe #026A25

Tints of Crusoe #026A25

Color information

#026A25 (or 0x026A25) is unknown color: approx Crusoe. HEX triplet: 02, 6A and 25. RGB value is (2,106,37). Sum of RGB (Red+Green+Blue) = 2+106+37=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 106 (41.80% from 255 or 73.10% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 106 - color contains mainly: green. Hex color #026A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A25 is #FD95DA. Grayscale: #434343. Windows color (decimal): -16618971 or 2451970. OLE color: 2451970.

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

Color convert

RGB210637-
CMYK0.9800.650.58
HSL140.19º96.3%21.18%-
HSV(B)140.19º98.11%41.57%-
XYZ5.5110.453.48-
YUV67.04111.0481.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 106 (41.80% from 255) = 73.10%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=1.38%
G=73.10%
B=25.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106370.9800.650.58140.1996.321.18
Hex26A25620413A8c6015
Octal21524514201017221414025
Binary10110101010010111000100100000111101010001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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