#27442A

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

Shades of Gordons Green #27442A

Tints of Gordons Green #27442A

Color information

#27442A (or 0x27442A) is unknown color: approx Gordons Green. HEX triplet: 27, 44 and 2A. RGB value is (39,68,42). Sum of RGB (Red+Green+Blue) = 39+68+42=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #27442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27442A is #D8BBD5. Grayscale: #383838. Windows color (decimal): -14203862 or 2769959. OLE color: 2769959.

HSL color Cylindrical-coordinate representation of color #27442A: hue angle of 126.21º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #27442A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB396842-
CMYK0.4300.380.73
HSL126.21º27.1%20.98%-
HSV(B)126.21º42.65%26.67%-
XYZ3.324.732.93-
YUV56.36119.89115.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=26.17%
G=45.64%
B=28.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968420.4300.380.73126.2127.120.98
Hex27442A2B026497e1b15
Octal4710452530461111763325
Binary10011110001001010101010110100110100100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27442A; }

 p { color: rgb(39,68,42); }

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

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

 a { background-color: rgb(39,68,42); }

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

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

 span { border-color: rgb(39,68,42); }

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