#23250C

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

Shades of Green Waterloo #23250C

Tints of Green Waterloo #23250C

Color information

#23250C (or 0x23250C) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 0C. RGB value is (35,37,12). Sum of RGB (Red+Green+Blue) = 35+37+12=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #23250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23250C is #DCDAF3. Grayscale: #212121. Windows color (decimal): -14473972 or 795939. OLE color: 795939.

HSL color Cylindrical-coordinate representation of color #23250C: hue angle of 64.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23250C is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB353712-
CMYK0.0500.680.85
HSL64.8º51.02%9.61%-
HSV(B)64.8º67.57%14.51%-
XYZ1.421.710.6-
YUV33.55115.84129.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=41.67%
G=44.05%
B=14.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537120.0500.680.8564.851.029.61
Hex2325C5044554133a
Octal434514501041251016312
Binary100011100101110010101000100101010110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23250C; }

 p { color: rgb(35,37,12); }

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

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

 a { background-color: rgb(35,37,12); }

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

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

 span { border-color: rgb(35,37,12); }

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