#232804

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

Shades of Green Waterloo #232804

Tints of Green Waterloo #232804

Color information

#232804 (or 0x232804) is unknown color: approx Green Waterloo. HEX triplet: 23, 28 and 04. RGB value is (35,40,4). Sum of RGB (Red+Green+Blue) = 35+40+4=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #232804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232804 is #DCD7FB. Grayscale: #222222. Windows color (decimal): -14473212 or 272419. OLE color: 272419.

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

Color convert

RGB35404-
CMYK0.1200.900.84
HSL68.33º81.82%8.63%-
HSV(B)68.33º90%15.69%-
XYZ1.471.880.4-
YUV34.4110.84128.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=44.30%
G=50.63%
B=5.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal354040.1200.900.8468.3381.828.63
Hex23284C05A5444529
Octal4350414013212410412211
Binary1000111010001001100010110101010100100010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232804; }

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

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

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

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

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

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

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

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