#262714

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

Shades of Green Waterloo #262714

Tints of Green Waterloo #262714

Color information

#262714 (or 0x262714) is unknown color: approx Green Waterloo. HEX triplet: 26, 27 and 14. RGB value is (38,39,20). Sum of RGB (Red+Green+Blue) = 38+39+20=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 39 - color contains mainly: green. Hex color #262714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262714 is #D9D8EB. Grayscale: #242424. Windows color (decimal): -14276844 or 1320742. OLE color: 1320742.

HSL color Cylindrical-coordinate representation of color #262714: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262714 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB383920-
CMYK0.0300.490.85
HSL63.16º32.2%11.57%-
HSV(B)63.16º48.72%15.29%-
XYZ1.651.910.94-
YUV36.53118.67129.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=39.18%
G=40.21%
B=20.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3839200.0300.490.8563.1632.211.57
Hex2627143031553f20c
Octal4647243061125774014
Binary1001101001111010011011000110101011111111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262714; }

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

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

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

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

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

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

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

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