#23290F

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

Shades of Green Waterloo #23290F

Tints of Green Waterloo #23290F

Color information

#23290F (or 0x23290F) is unknown color: approx Green Waterloo. HEX triplet: 23, 29 and 0F. RGB value is (35,41,15). Sum of RGB (Red+Green+Blue) = 35+41+15=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #23290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23290F is #DCD6F0. Grayscale: #242424. Windows color (decimal): -14472945 or 993571. OLE color: 993571.

HSL color Cylindrical-coordinate representation of color #23290F: hue angle of 73.85º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23290F is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB354115-
CMYK0.1500.630.84
HSL73.85º46.43%10.98%-
HSV(B)73.85º63.41%16.08%-
XYZ1.571.980.75-
YUV36.24116.01127.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 41 (16.41% from 255) = 45.05%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=38.46%
G=45.05%
B=16.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3541150.1500.630.8473.8546.4310.98
Hex2329FF03F544a2eb
Octal435117170771241125613
Binary100011101001111111110111111101010010010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23290F; }

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

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

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

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

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

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

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

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