#262901

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

Shades of Green Waterloo #262901

Tints of Green Waterloo #262901

Color information

#262901 (or 0x262901) is unknown color: approx Green Waterloo. HEX triplet: 26, 29 and 01. RGB value is (38,41,1). Sum of RGB (Red+Green+Blue) = 38+41+1=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #262901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262901 is #D9D6FE. Grayscale: #232323. Windows color (decimal): -14276351 or 76070. OLE color: 76070.

HSL color Cylindrical-coordinate representation of color #262901: hue angle of 64.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #262901 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB38411-
CMYK0.0700.980.84
HSL64.5º95.24%8.24%-
HSV(B)64.5º97.56%16.08%-
XYZ1.620.33-
YUV35.54108.51129.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 41 (16.41% from 255) = 51.25%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=47.5%
G=51.25%
B=1.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal384110.0700.980.8464.595.248.24
Hex26291706254405f8
Octal465117014212410013710
Binary1001101010011111011000101010100100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262901; }

 p { color: rgb(38,41,1); }

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

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

 a { background-color: rgb(38,41,1); }

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

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

 span { border-color: rgb(38,41,1); }

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