#27422A

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

Shades of Gordons Green #27422A

Tints of Gordons Green #27422A

Color information

#27422A (or 0x27422A) is unknown color: approx Gordons Green. HEX triplet: 27, 42 and 2A. RGB value is (39,66,42). Sum of RGB (Red+Green+Blue) = 39+66+42=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #27422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422A is #D8BDD5. Grayscale: #373737. Windows color (decimal): -14204374 or 2769447. OLE color: 2769447.

HSL color Cylindrical-coordinate representation of color #27422A: hue angle of 126.67º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27422A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB396642-
CMYK0.4100.360.74
HSL126.67º25.71%20.59%-
HSV(B)126.67º40.91%25.88%-
XYZ3.24.492.89-
YUV55.19120.55116.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=26.53%
G=44.90%
B=28.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966420.4100.360.74126.6725.7120.59
Hex27422A290244A7f1a15
Octal4710252510441121773225
Binary10011110000101010101010010100100100101011111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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