Html Css Color HEX #263328 Gordons Green

📋 copy color: '#263328'

red 38 ◦ green 51 ◦ blue 40

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

Shades of Gordons Green #263328

Tints of Gordons Green #263328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 29.46%
G = 39.53%
B = 31.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#263328 (or 0x263328) is known color: Gordons Green. HEX triplet: 26, 33 and 28. RGB value is (38,51,40). Sum of RGB (Red+Green+Blue) = 38+51+40=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #263328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263328 is #D9CCD7. Grayscale: #2D2D2D. Windows color (decimal): -14273752 or 2634534. OLE color: 2634534.

HSL color Cylindrical-coordinate representation of color #263328: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #263328 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 51 40 -
CMYK 0.25 0 0.22 0.8
HSL 129.23º 0.15% 0.17% -
HSV(B) 129.23º 0.25% 0.2% -
XYZ 2.37 2.93 2.45 -
YUV 45.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 38 51 40 0.25 0 0.22 0.8 129.23 0.15 0.17
Hex 26 33 28 19 0 16 50 81 F 11
Octal 46 63 50 31 0 26 120 201 17 21
Binary 100110 110011 101000 11001 0 10110 1010000 10000001 1111 10001

Color Harmonies of #263328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263328

Black with #263328

Text Example


Text Example

White with #263328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263328; }

 p { color: rgb(38,51,40); }

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

background-color css

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

 a { background-color: rgb(38,51,40); }

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

border-color css

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

 span { border-color: rgb(38,51,40); }

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