#232704

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

Shades of Green Waterloo #232704

Tints of Green Waterloo #232704

Color information

#232704 (or 0x232704) is unknown color: approx Green Waterloo. HEX triplet: 23, 27 and 04. RGB value is (35,39,4). Sum of RGB (Red+Green+Blue) = 35+39+4=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #232704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232704 is #DCD8FB. Grayscale: #212121. Windows color (decimal): -14473468 or 272163. OLE color: 272163.

HSL color Cylindrical-coordinate representation of color #232704: hue angle of 66.86º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #232704 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB35394-
CMYK0.1000.900.85
HSL66.86º81.4%8.43%-
HSV(B)66.86º89.74%15.29%-
XYZ1.441.820.39-
YUV33.81111.17128.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 39 (15.62% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=44.87%
G=50%
B=5.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353940.1000.900.8566.8681.48.43
Hex23274A05A5543518
Octal4347412013212510312110
Binary1000111001111001010010110101010101100001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232704; }

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

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

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

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

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

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

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

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