#262D07

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

Shades of Green Waterloo #262D07

Tints of Green Waterloo #262D07

Color information

#262D07 (or 0x262D07) is unknown color: approx Green Waterloo. HEX triplet: 26, 2D and 07. RGB value is (38,45,7). Sum of RGB (Red+Green+Blue) = 38+45+7=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #262D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262D07 is #D9D2F8. Grayscale: #262626. Windows color (decimal): -14275321 or 470310. OLE color: 470310.

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

Color convert

RGB38457-
CMYK0.1600.840.82
HSL71.05º73.08%10.2%-
HSV(B)71.05º84.44%17.65%-
XYZ1.782.30.55-
YUV38.58110.18127.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 45 (17.97% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=42.22%
G=50%
B=7.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal384570.1600.840.8271.0573.0810.2
Hex262D710054524749a
Octal4655720012412210711112
Binary10011010110111110000010101001010010100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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