#263F29

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

Shades of Gordons Green #263F29

Tints of Gordons Green #263F29

Color information

#263F29 (or 0x263F29) is unknown color: approx Gordons Green. HEX triplet: 26, 3F and 29. RGB value is (38,63,41). Sum of RGB (Red+Green+Blue) = 38+63+41=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #263F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F29 is #D9C0D6. Grayscale: #353535. Windows color (decimal): -14270679 or 2703142. OLE color: 2703142.

HSL color Cylindrical-coordinate representation of color #263F29: hue angle of 127.2º 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 #263F29 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB386341-
CMYK0.4000.350.75
HSL127.2º24.75%19.8%-
HSV(B)127.2º39.68%24.71%-
XYZ2.984.132.74-
YUV53.02121.22117.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=26.76%
G=44.37%
B=28.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863410.4000.350.75127.224.7519.8
Hex263F29280234B7f1914
Octal467751500431131773124
Binary1001101111111010011010000100011100101111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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