#27402C

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

Shades of Gordons Green #27402C

Tints of Gordons Green #27402C

Color information

#27402C (or 0x27402C) is unknown color: approx Gordons Green. HEX triplet: 27, 40 and 2C. RGB value is (39,64,44). Sum of RGB (Red+Green+Blue) = 39+64+44=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #27402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27402C is #D8BFD3. Grayscale: #363636. Windows color (decimal): -14204884 or 2900007. OLE color: 2900007.

HSL color Cylindrical-coordinate representation of color #27402C: hue angle of 132º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27402C is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB396444-
CMYK0.3900.310.75
HSL132º24.27%20.2%-
HSV(B)132º39.06%25.1%-
XYZ3.124.283.04-
YUV54.24122.22117.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=26.53%
G=43.54%
B=29.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964440.3900.310.7513224.2720.2
Hex27402C2701F4B841814
Octal4710054470371132043024
Binary10011110000001011001001110111111001011100001001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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