#263228

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

Shades of Gordons Green #263228

Tints of Gordons Green #263228

Color information

#263228 (or 0x263228) is unknown color: approx Gordons Green. HEX triplet: 26, 32 and 28. RGB value is (38,50,40). Sum of RGB (Red+Green+Blue) = 38+50+40=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #263228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263228 is #D9CDD7. Grayscale: #2D2D2D. Windows color (decimal): -14274008 or 2634278. OLE color: 2634278.

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

Color convert

RGB385040-
CMYK0.2400.200.80
HSL130º13.64%17.25%-
HSV(B)130º24%19.61%-
XYZ2.322.852.43-
YUV45.27125.02122.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.69%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=29.69%
G=39.06%
B=31.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850400.2400.200.8013013.6417.25
Hex263228180145082e11
Octal466250300241202021621
Binary10011011001010100011000010100101000010000010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263228; }

 p { color: rgb(38,50,40); }

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

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

 a { background-color: rgb(38,50,40); }

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

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

 span { border-color: rgb(38,50,40); }

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