Html Css Color HEX #263529 Gordons Green

📋 copy color: '#263529'

red 38 ◦ green 53 ◦ blue 41

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

Shades of Gordons Green #263529

Tints of Gordons Green #263529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 28.79%
G = 40.15%
B = 31.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#263529 (or 0x263529) is known color: Gordons Green. HEX triplet: 26, 35 and 29. RGB value is (38,53,41). Sum of RGB (Red+Green+Blue) = 38+53+41=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #263529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263529 is #D9CAD6. Grayscale: #2F2F2F. Windows color (decimal): -14273239 or 2700582. OLE color: 2700582.

HSL color Cylindrical-coordinate representation of color #263529: hue angle of 132º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #263529 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 53 41 -
CMYK 0.28 0 0.23 0.79
HSL 132º 0.16% 0.18% -
HSV(B) 132º 0.28% 0.21% -
XYZ 2.47 3.12 2.57 -
YUV 47.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 38 53 41 0.28 0 0.23 0.79 132 0.16 0.18
Hex 26 35 29 1C 0 17 4F 84 10 12
Octal 46 65 51 34 0 27 117 204 20 22
Binary 100110 110101 101001 11100 0 10111 1001111 10000100 10000 10010

Color Harmonies of #263529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263529

Black with #263529

Text Example


Text Example

White with #263529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263529; }

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

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

background-color css

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

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

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

border-color css

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

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

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