Html Css Color HEX #263027 Gordons Green

📋 copy color: '#263027'

red 38 ◦ green 48 ◦ blue 39

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

Shades of Gordons Green #263027

Tints of Gordons Green #263027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.4%

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

R = 30.4%
G = 38.4%
B = 31.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#263027 (or 0x263027) is known color: Gordons Green. HEX triplet: 26, 30 and 27. RGB value is (38,48,39). Sum of RGB (Red+Green+Blue) = 38+48+39=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 48 - color contains mainly: green. Hex color #263027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263027 is #D9CFD8. Grayscale: #2C2C2C. Windows color (decimal): -14274521 or 2568230. OLE color: 2568230.

HSL color Cylindrical-coordinate representation of color #263027: hue angle of 126º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #263027 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 48 39 -
CMYK 0.21 0 0.19 0.81
HSL 126º 0.12% 0.17% -
HSV(B) 126º 0.21% 0.19% -
XYZ 2.22 2.67 2.32 -
YUV 43.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 38 48 39 0.21 0 0.19 0.81 126 0.12 0.17
Hex 26 30 27 15 0 13 51 7E C 11
Octal 46 60 47 25 0 23 121 176 14 21
Binary 100110 110000 100111 10101 0 10011 1010001 1111110 1100 10001

Color Harmonies of #263027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263027

Black with #263027

Text Example


Text Example

White with #263027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263027; }

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

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

background-color css

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

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

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

border-color css

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

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

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