#262D0A

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

Shades of Green Waterloo #262D0A

Tints of Green Waterloo #262D0A

Color information

#262D0A (or 0x262D0A) is unknown color: approx Green Waterloo. HEX triplet: 26, 2D and 0A. RGB value is (38,45,10). Sum of RGB (Red+Green+Blue) = 38+45+10=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #262D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262D0A is #D9D2F5. Grayscale: #272727. Windows color (decimal): -14275318 or 666918. OLE color: 666918.

HSL color Cylindrical-coordinate representation of color #262D0A: hue angle of 72º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262D0A is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB384510-
CMYK0.1600.780.82
HSL72º63.64%10.78%-
HSV(B)72º77.78%17.65%-
XYZ1.792.310.64-
YUV38.92111.68127.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 45 (17.97% from 255) = 48.39%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=40.86%
G=48.39%
B=10.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3845100.1600.780.827263.6410.78
Hex262DA1004E524840b
Octal46551220011612211010013
Binary100110101101101010000010011101010010100100010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,45,10); }

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

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

 a { background-color: rgb(38,45,10); }

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

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

 span { border-color: rgb(38,45,10); }

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