#233426

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

Shades of Gordons Green #233426

Tints of Gordons Green #233426

Color information

#233426 (or 0x233426) is unknown color: approx Gordons Green. HEX triplet: 23, 34 and 26. RGB value is (35,52,38). Sum of RGB (Red+Green+Blue) = 35+52+38=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #233426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233426 is #DCCBD9. Grayscale: #2D2D2D. Windows color (decimal): -14470106 or 2503715. OLE color: 2503715.

HSL color Cylindrical-coordinate representation of color #233426: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #233426 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB355238-
CMYK0.3300.270.80
HSL130.59º19.54%17.06%-
HSV(B)130.59º32.69%20.39%-
XYZ2.272.952.28-
YUV45.32123.87120.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=28%
G=41.6%
B=30.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3552380.3300.270.80130.5919.5417.06
Hex2334262101B50831411
Octal436446410331202032421
Binary1000111101001001101000010110111010000100000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233426; }

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

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

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

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

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

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

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

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