#23280A

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

Shades of Green Waterloo #23280A

Tints of Green Waterloo #23280A

Color information

#23280A (or 0x23280A) is unknown color: approx Green Waterloo. HEX triplet: 23, 28 and 0A. RGB value is (35,40,10). Sum of RGB (Red+Green+Blue) = 35+40+10=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #23280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23280A is #DCD7F5. Grayscale: #232323. Windows color (decimal): -14473206 or 665635. OLE color: 665635.

HSL color Cylindrical-coordinate representation of color #23280A: hue angle of 70º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23280A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB354010-
CMYK0.1200.750.84
HSL70º60%9.8%-
HSV(B)70º75%15.69%-
XYZ1.511.90.57-
YUV35.08113.84127.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=41.18%
G=47.06%
B=11.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540100.1200.750.8470609.8
Hex2328AC04B54463ca
Octal4350121401131241067412
Binary1000111010001010110001001011101010010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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