Html Css Color HEX #263429 Gordons Green

📋 copy color: '#263429'

red 38 ◦ green 52 ◦ blue 41

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

Shades of Gordons Green #263429

Tints of Gordons Green #263429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

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

R = 29.01%
G = 39.69%
B = 31.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#263429 (or 0x263429) is known color: Gordons Green. HEX triplet: 26, 34 and 29. RGB value is (38,52,41). Sum of RGB (Red+Green+Blue) = 38+52+41=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #263429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263429 is #D9CBD6. Grayscale: #2E2E2E. Windows color (decimal): -14273495 or 2700326. OLE color: 2700326.

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

Color convert

RGB 38 52 41 -
CMYK 0.27 0 0.21 0.80
HSL 132.86º 0.16% 0.18% -
HSV(B) 132.86º 0.27% 0.2% -
XYZ 2.43 3.03 2.55 -
YUV 46.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 38 52 41 0.27 0 0.21 0.80 132.86 0.16 0.18
Hex 26 34 29 1B 0 15 50 85 10 12
Octal 46 64 51 33 0 25 120 205 20 22
Binary 100110 110100 101001 11011 0 10101 1010000 10000101 10000 10010

Color Harmonies of #263429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263429

Black with #263429

Text Example


Text Example

White with #263429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263429; }

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

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

background-color css

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

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

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

border-color css

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

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

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