#23270F

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

Shades of Green Waterloo #23270F

Tints of Green Waterloo #23270F

Color information

#23270F (or 0x23270F) is unknown color: approx Green Waterloo. HEX triplet: 23, 27 and 0F. RGB value is (35,39,15). Sum of RGB (Red+Green+Blue) = 35+39+15=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #23270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23270F is #DCD8F0. Grayscale: #232323. Windows color (decimal): -14473457 or 993059. OLE color: 993059.

HSL color Cylindrical-coordinate representation of color #23270F: hue angle of 70º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23270F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB353915-
CMYK0.1000.620.85
HSL70º44.44%10.59%-
HSV(B)70º61.54%15.29%-
XYZ1.51.840.73-
YUV35.07116.67127.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=39.33%
G=43.82%
B=16.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3539150.1000.620.857044.4410.59
Hex2327FA03E55462cb
Octal434717120761251065413
Binary100011100111111110100111110101010110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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