#262A0D

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

Shades of Green Waterloo #262A0D

Tints of Green Waterloo #262A0D

Color information

#262A0D (or 0x262A0D) is unknown color: approx Green Waterloo. HEX triplet: 26, 2A and 0D. RGB value is (38,42,13). Sum of RGB (Red+Green+Blue) = 38+42+13=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #262A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262A0D is #D9D5F2. Grayscale: #252525. Windows color (decimal): -14276083 or 862758. OLE color: 862758.

HSL color Cylindrical-coordinate representation of color #262A0D: hue angle of 68.28º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #262A0D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB384213-
CMYK0.1000.690.84
HSL68.28º52.73%10.78%-
HSV(B)68.28º69.05%16.47%-
XYZ1.72.10.7-
YUV37.5114.17128.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 42 (16.80% from 255) = 45.16%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=40.86%
G=45.16%
B=13.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3842130.1000.690.8468.2852.7310.78
Hex262ADA045544435b
Octal4652151201051241046513
Binary1001101010101101101001000101101010010001001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A0D; }

 p { color: rgb(38,42,13); }

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

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

 a { background-color: rgb(38,42,13); }

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

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

 span { border-color: rgb(38,42,13); }

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