Html Css Color HEX #263227 Gordons Green

📋 copy color: '#263227'

red 38 ◦ green 50 ◦ blue 39

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

Shades of Gordons Green #263227

Tints of Gordons Green #263227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 29.92%
G = 39.37%
B = 30.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#263227 (or 0x263227) is known color: Gordons Green. HEX triplet: 26, 32 and 27. RGB value is (38,50,39). Sum of RGB (Red+Green+Blue) = 38+50+39=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #263227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263227 is #D9CDD8. Grayscale: #2D2D2D. Windows color (decimal): -14274009 or 2568742. OLE color: 2568742.

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

Color convert

RGB 38 50 39 -
CMYK 0.24 0 0.22 0.80
HSL 125º 0.14% 0.17% -
HSV(B) 125º 0.24% 0.2% -
XYZ 2.31 2.84 2.35 -
YUV 45.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 38 50 39 0.24 0 0.22 0.80 125 0.14 0.17
Hex 26 32 27 18 0 16 50 7D E 11
Octal 46 62 47 30 0 26 120 175 16 21
Binary 100110 110010 100111 11000 0 10110 1010000 1111101 1110 10001

Color Harmonies of #263227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263227

Black with #263227

Text Example


Text Example

White with #263227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263227; }

 p { color: rgb(38,50,39); }

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

background-color css

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

 a { background-color: rgb(38,50,39); }

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

border-color css

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

 span { border-color: rgb(38,50,39); }

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