#23270D

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

Shades of Green Waterloo #23270D

Tints of Green Waterloo #23270D

Color information

#23270D (or 0x23270D) is unknown color: approx Green Waterloo. HEX triplet: 23, 27 and 0D. RGB value is (35,39,13). Sum of RGB (Red+Green+Blue) = 35+39+13=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #23270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23270D is #DCD8F2. Grayscale: #222222. Windows color (decimal): -14473459 or 861987. OLE color: 861987.

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

Color convert

RGB353913-
CMYK0.1000.670.85
HSL69.23º50%10.2%-
HSV(B)69.23º66.67%15.29%-
XYZ1.491.840.66-
YUV34.84115.67128.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=40.23%
G=44.83%
B=14.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3539130.1000.670.8569.235010.2
Hex2327DA043554532a
Octal4347151201031251056212
Binary1000111001111101101001000011101010110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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