#232801

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

Shades of Green Waterloo #232801

Tints of Green Waterloo #232801

Color information

#232801 (or 0x232801) is unknown color: approx Green Waterloo. HEX triplet: 23, 28 and 01. RGB value is (35,40,1). Sum of RGB (Red+Green+Blue) = 35+40+1=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #232801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232801 is #DCD7FE. Grayscale: #222222. Windows color (decimal): -14473215 or 75811. OLE color: 75811.

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

Color convert

RGB35401-
CMYK0.1200.980.84
HSL67.69º95.12%8.04%-
HSV(B)67.69º97.5%15.69%-
XYZ1.461.880.31-
YUV34.06109.34128.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=46.05%
G=52.63%
B=1.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal354010.1200.980.8467.6995.128.04
Hex23281C06254445f8
Octal4350114014212410413710
Binary10001110100011100011000101010100100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232801; }

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

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

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

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

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

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

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

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