Html Css Color HEX #263D2C Gordons Green

📋 copy color: '#263D2C'

red 38 ◦ green 61 ◦ blue 44

#263D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #263D2C

Tints of Gordons Green #263D2C

RGB

 RED value IS 38 (15.23% from 255) = 26.57%

 GREEN value IS 61 (24.22% from 255) = 42.66%

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 26.57%
G = 42.66%
B = 30.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#263D2C (or 0x263D2C) is known color: Gordons Green. HEX triplet: 26, 3D and 2C. RGB value is (38,61,44). Sum of RGB (Red+Green+Blue) = 38+61+44=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #263D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D2C is #D9C2D3. Grayscale: #343434. Windows color (decimal): -14271188 or 2899238. OLE color: 2899238.

HSL color Cylindrical-coordinate representation of color #263D2C: hue angle of 135.65º 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 #263D2C is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 61 44 -
CMYK 0.38 0 0.28 0.76
HSL 135.65º 0.23% 0.19% -
HSV(B) 135.65º 0.38% 0.24% -
XYZ 2.92 3.93 2.99 -
YUV 52.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 38 61 44 0.38 0 0.28 0.76 135.65 0.23 0.19
Hex 26 3D 2C 26 0 1C 4C 88 17 13
Octal 46 75 54 46 0 34 114 210 27 23
Binary 100110 111101 101100 100110 0 11100 1001100 10001000 10111 10011

Color Harmonies of #263D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D2C

Black with #263D2C

Text Example


Text Example

White with #263D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #263D2C;
 }
 .AnyTagClassName
 {
   color: #263D2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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