#232A00

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

Shades of Green Waterloo #232A00

Tints of Green Waterloo #232A00

Color information

#232A00 (or 0x232A00) is unknown color: approx Green Waterloo. HEX triplet: 23, 2A and 00. RGB value is (35,42,0). Sum of RGB (Red+Green+Blue) = 35+42+0=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #232A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A00 is #DCD5FF. Grayscale: #232323. Windows color (decimal): -14472704 or 10787. OLE color: 10787.

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

Color convert

RGB35420-
CMYK0.17010.84
HSL70º100%8.24%-
HSV(B)70º100%16.47%-
XYZ1.522.010.31-
YUV35.12108.18127.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 54.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.45%
G=54.55%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal354200.17010.84701008.24
Hex232A0110645446648
Octal4352021014412410614410
Binary100011101010010001011001001010100100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A00; }

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

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

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

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

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

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

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

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