#263F28

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

Shades of Gordons Green #263F28

Tints of Gordons Green #263F28

Color information

#263F28 (or 0x263F28) is unknown color: approx Gordons Green. HEX triplet: 26, 3F and 28. RGB value is (38,63,40). Sum of RGB (Red+Green+Blue) = 38+63+40=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #263F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F28 is #D9C0D7. Grayscale: #343434. Windows color (decimal): -14270680 or 2637606. OLE color: 2637606.

HSL color Cylindrical-coordinate representation of color #263F28: hue angle of 124.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263F28 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB386340-
CMYK0.4000.370.75
HSL124.8º24.75%19.8%-
HSV(B)124.8º39.68%24.71%-
XYZ2.964.122.65-
YUV52.9120.72117.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=26.95%
G=44.68%
B=28.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863400.4000.370.75124.824.7519.8
Hex263F28280254B7d1914
Octal467750500451131753124
Binary1001101111111010001010000100101100101111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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