#27392C

Color #27392C Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #27392C

Tints of Gordons Green #27392C

Color information

#27392C (or 0x27392C) is unknown color: approx Gordons Green. HEX triplet: 27, 39 and 2C. RGB value is (39,57,44). Sum of RGB (Red+Green+Blue) = 39+57+44=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 57 - color contains mainly: green. Hex color #27392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27392C is #D8C6D3. Grayscale: #323232. Windows color (decimal): -14206676 or 2898215. OLE color: 2898215.

HSL color Cylindrical-coordinate representation of color #27392C: hue angle of 136.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27392C is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB395744-
CMYK0.3200.230.78
HSL136.67º18.75%18.82%-
HSV(B)136.67º31.58%22.35%-
XYZ2.753.542.92-
YUV50.14124.54120.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=27.86%
G=40.71%
B=31.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3957440.3200.230.78136.6718.7518.82
Hex27392C200174E891313
Octal477154400271162112323
Binary1001111110011011001000000101111001110100010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27392C; }

 p { color: rgb(39,57,44); }

 H1.HeaderClassName
 {
   color: #27392C;
 }
 .AnyTagClassName
 {
   color: #27392C;
 }
</style>
background-color css

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

 a { background-color: rgb(39,57,44); }

 div.DivClassName
 {
   background-color: #27392C;
 }
 .BgClassName
 {
   background-color: #27392C;
 }
</style>
border-color css

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

 span { border-color: rgb(39,57,44); }

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