#263F2A

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

Shades of Gordons Green #263F2A

Tints of Gordons Green #263F2A

Color information

#263F2A (or 0x263F2A) is unknown color: approx Gordons Green. HEX triplet: 26, 3F and 2A. RGB value is (38,63,42). Sum of RGB (Red+Green+Blue) = 38+63+42=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #263F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F2A is #D9C0D5. Grayscale: #353535. Windows color (decimal): -14270678 or 2768678. OLE color: 2768678.

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

Color convert

RGB386342-
CMYK0.4000.330.75
HSL129.6º24.75%19.8%-
HSV(B)129.6º39.68%24.71%-
XYZ2.994.132.83-
YUV53.13121.72117.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 63 (25% from 255) = 44.06%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=26.57%
G=44.06%
B=29.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863420.4000.330.75129.624.7519.8
Hex263F2A280214B821914
Octal467752500411132023124
Binary10011011111110101010100001000011001011100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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