#26271E

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

Shades of Green Waterloo #26271E

Tints of Green Waterloo #26271E

Color information

#26271E (or 0x26271E) is unknown color: approx Green Waterloo. HEX triplet: 26, 27 and 1E. RGB value is (38,39,30). Sum of RGB (Red+Green+Blue) = 38+39+30=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 39 - color contains mainly: green. Hex color #26271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26271E is #D9D8E1. Grayscale: #252525. Windows color (decimal): -14276834 or 1976102. OLE color: 1976102.

HSL color Cylindrical-coordinate representation of color #26271E: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #26271E is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB383930-
CMYK0.0300.230.85
HSL66.67º13.04%13.53%-
HSV(B)66.67º23.08%15.29%-
XYZ1.761.961.51-
YUV37.67123.67128.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=35.51%
G=36.45%
B=28.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3839300.0300.230.8566.6713.0413.53
Hex26271E30175543de
Octal46473630271251031516
Binary10011010011111110110101111010101100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26271E; }

 p { color: rgb(38,39,30); }

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

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

 a { background-color: rgb(38,39,30); }

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

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

 span { border-color: rgb(38,39,30); }

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