#233326

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

Shades of Gordons Green #233326

Tints of Gordons Green #233326

Color information

#233326 (or 0x233326) is unknown color: approx Gordons Green. HEX triplet: 23, 33 and 26. RGB value is (35,51,38). Sum of RGB (Red+Green+Blue) = 35+51+38=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #233326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233326 is #DCCCD9. Grayscale: #2C2C2C. Windows color (decimal): -14470362 or 2503459. OLE color: 2503459.

HSL color Cylindrical-coordinate representation of color #233326: hue angle of 131.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #233326 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB355138-
CMYK0.3100.250.8
HSL131.25º18.6%16.86%-
HSV(B)131.25º31.37%20%-
XYZ2.232.862.27-
YUV44.73124.2121.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=28.23%
G=41.13%
B=30.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3551380.3100.250.8131.2518.616.86
Hex2333261F01950831311
Octal436346370311202032321
Binary100011110011100110111110110011010000100000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233326; }

 p { color: rgb(35,51,38); }

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

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

 a { background-color: rgb(35,51,38); }

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

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

 span { border-color: rgb(35,51,38); }

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