#263D2B

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

Shades of Gordons Green #263D2B

Tints of Gordons Green #263D2B

Color information

#263D2B (or 0x263D2B) is unknown color: approx Gordons Green. HEX triplet: 26, 3D and 2B. RGB value is (38,61,43). Sum of RGB (Red+Green+Blue) = 38+61+43=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #263D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D2B is #D9C2D4. Grayscale: #343434. Windows color (decimal): -14271189 or 2833702. OLE color: 2833702.

HSL color Cylindrical-coordinate representation of color #263D2B: hue angle of 133.04º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D2B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB386143-
CMYK0.3800.300.76
HSL133.04º23.23%19.41%-
HSV(B)133.04º37.7%23.92%-
XYZ2.93.922.89-
YUV52.07122.88117.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=26.76%
G=42.96%
B=30.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3861430.3800.300.76133.0423.2319.41
Hex263D2B2601E4C851713
Octal467553460361142052723
Binary1001101111011010111001100111101001100100001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,61,43); }

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

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

 a { background-color: rgb(38,61,43); }

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

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

 span { border-color: rgb(38,61,43); }

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