#232805

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

Shades of Green Waterloo #232805

Tints of Green Waterloo #232805

Color information

#232805 (or 0x232805) is unknown color: approx Green Waterloo. HEX triplet: 23, 28 and 05. RGB value is (35,40,5). Sum of RGB (Red+Green+Blue) = 35+40+5=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #232805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232805 is #DCD7FA. Grayscale: #222222. Windows color (decimal): -14473211 or 337955. OLE color: 337955.

HSL color Cylindrical-coordinate representation of color #232805: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #232805 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB35405-
CMYK0.1200.880.84
HSL68.57º77.78%8.82%-
HSV(B)68.57º87.5%15.69%-
XYZ1.481.890.43-
YUV34.51111.34128.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=43.75%
G=50%
B=6.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal354050.1200.880.8468.5777.788.82
Hex23285C05854454e9
Octal4350514013012410511611
Binary1000111010001011100010110001010100100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232805; }

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

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

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

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

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

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

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

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