#232901

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

Shades of Green Waterloo #232901

Tints of Green Waterloo #232901

Color information

#232901 (or 0x232901) is unknown color: approx Green Waterloo. HEX triplet: 23, 29 and 01. RGB value is (35,41,1). Sum of RGB (Red+Green+Blue) = 35+41+1=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #232901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232901 is #DCD6FE. Grayscale: #222222. Windows color (decimal): -14472959 or 76067. OLE color: 76067.

HSL color Cylindrical-coordinate representation of color #232901: hue angle of 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 #232901 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB35411-
CMYK0.1500.980.84
HSL69º95.24%8.24%-
HSV(B)69º97.56%16.08%-
XYZ1.491.950.33-
YUV34.65109.01128.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 41 (16.41% from 255) = 53.25%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=45.45%
G=53.25%
B=1.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal354110.1500.980.846995.248.24
Hex23291F06254455f8
Octal4351117014212410513710
Binary10001110100111111011000101010100100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232901; }

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

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

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

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

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

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

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

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