#232601

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

Shades of Green Waterloo #232601

Tints of Green Waterloo #232601

Color information

#232601 (or 0x232601) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 01. RGB value is (35,38,1). Sum of RGB (Red+Green+Blue) = 35+38+1=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #232601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232601 is #DCD9FE. Grayscale: #212121. Windows color (decimal): -14473727 or 75299. OLE color: 75299.

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

Color convert

RGB35381-
CMYK0.0800.970.85
HSL64.86º94.87%7.65%-
HSV(B)64.86º97.37%14.9%-
XYZ1.391.750.29-
YUV32.88110.01129.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 38 (15.23% from 255) = 51.35%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=47.30%
G=51.35%
B=1.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353810.0800.970.8564.8694.877.65
Hex23261806155415f8
Octal4346110014112510113710
Binary10001110011011000011000011010101100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232601; }

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

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

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

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

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

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

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

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