#263A28

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

Shades of Gordons Green #263A28

Tints of Gordons Green #263A28

Color information

#263A28 (or 0x263A28) is unknown color: approx Gordons Green. HEX triplet: 26, 3A and 28. RGB value is (38,58,40). Sum of RGB (Red+Green+Blue) = 38+58+40=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 58 - color contains mainly: green. Hex color #263A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A28 is #D9C5D7. Grayscale: #323232. Windows color (decimal): -14271960 or 2636326. OLE color: 2636326.

HSL color Cylindrical-coordinate representation of color #263A28: hue angle of 126º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #263A28 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB385840-
CMYK0.3400.310.77
HSL126º20.83%18.82%-
HSV(B)126º34.48%22.75%-
XYZ2.73.592.56-
YUV49.97122.37119.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.94%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=27.94%
G=42.65%
B=29.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3858400.3400.310.7712620.8318.82
Hex263A282201F4D7e1513
Octal467250420371151762523
Binary100110111010101000100010011111100110111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A28; }

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

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

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

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

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

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

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

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