#232714

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

Shades of Green Waterloo #232714

Tints of Green Waterloo #232714

Color information

#232714 (or 0x232714) is unknown color: approx Green Waterloo. HEX triplet: 23, 27 and 14. RGB value is (35,39,20). Sum of RGB (Red+Green+Blue) = 35+39+20=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #232714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232714 is #DCD8EB. Grayscale: #232323. Windows color (decimal): -14473452 or 1320739. OLE color: 1320739.

HSL color Cylindrical-coordinate representation of color #232714: hue angle of 72.63º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232714 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB353920-
CMYK0.1000.490.85
HSL72.63º32.2%11.57%-
HSV(B)72.63º48.72%15.29%-
XYZ1.541.860.94-
YUV35.64119.17127.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=37.23%
G=41.49%
B=21.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3539200.1000.490.8572.6332.211.57
Hex232714A031554920c
Octal434724120611251114014
Binary1000111001111010010100110001101010110010011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232714; }

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

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

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

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

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

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

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

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