#233828

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

Shades of Gordons Green #233828

Tints of Gordons Green #233828

Color information

#233828 (or 0x233828) is unknown color: approx Gordons Green. HEX triplet: 23, 38 and 28. RGB value is (35,56,40). Sum of RGB (Red+Green+Blue) = 35+56+40=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #233828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233828 is #DCC7D7. Grayscale: #2F2F2F. Windows color (decimal): -14469080 or 2635811. OLE color: 2635811.

HSL color Cylindrical-coordinate representation of color #233828: hue angle of 134.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233828 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB355640-
CMYK0.3700.290.78
HSL134.29º23.08%17.84%-
HSV(B)134.29º37.5%21.96%-
XYZ2.493.342.52-
YUV47.9123.54118.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=26.72%
G=42.75%
B=30.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3556400.3700.290.78134.2923.0817.84
Hex2338282501D4E861712
Octal437050450351162062722
Binary1000111110001010001001010111011001110100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233828; }

 p { color: rgb(35,56,40); }

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

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

 a { background-color: rgb(35,56,40); }

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

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

 span { border-color: rgb(35,56,40); }

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