#23260A

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

Shades of Green Waterloo #23260A

Tints of Green Waterloo #23260A

Color information

#23260A (or 0x23260A) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 0A. RGB value is (35,38,10). Sum of RGB (Red+Green+Blue) = 35+38+10=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #23260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23260A is #DCD9F5. Grayscale: #222222. Windows color (decimal): -14473718 or 665123. OLE color: 665123.

HSL color Cylindrical-coordinate representation of color #23260A: hue angle of 66.43º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23260A is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB353810-
CMYK0.0800.740.85
HSL66.43º58.33%9.41%-
HSV(B)66.43º73.68%14.9%-
XYZ1.441.770.55-
YUV33.91114.51128.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=42.17%
G=45.78%
B=12.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3538100.0800.740.8566.4358.339.41
Hex2326A804A55423a9
Octal4346121001121251027211
Binary1000111001101010100001001010101010110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23260A; }

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

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

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

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

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

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

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

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