#232600

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

Shades of Green Waterloo #232600

Tints of Green Waterloo #232600

Color information

#232600 (or 0x232600) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 00. RGB value is (35,38,0). Sum of RGB (Red+Green+Blue) = 35+38+0=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #232600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232600 is #DCD9FF. Grayscale: #202020. Windows color (decimal): -14473728 or 9763. OLE color: 9763.

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

Color convert

RGB35380-
CMYK0.08010.85
HSL64.74º100%7.45%-
HSV(B)64.74º100%14.9%-
XYZ1.391.740.26-
YUV32.77109.51129.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.95%
G=52.05%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353800.08010.8564.741007.45
Hex2326080645541647
Octal434601001441251011447
Binary1000111001100100001100100101010110000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232600; }

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

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

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

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

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

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

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

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