#27352A

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

Shades of Gordons Green #27352A

Tints of Gordons Green #27352A

Color information

#27352A (or 0x27352A) is unknown color: approx Gordons Green. HEX triplet: 27, 35 and 2A. RGB value is (39,53,42). Sum of RGB (Red+Green+Blue) = 39+53+42=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #27352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27352A is #D8CAD5. Grayscale: #2F2F2F. Windows color (decimal): -14207702 or 2766119. OLE color: 2766119.

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

Color convert

RGB395342-
CMYK0.2600.210.79
HSL132.86º15.22%18.04%-
HSV(B)132.86º26.42%20.78%-
XYZ2.533.142.66-
YUV47.56124.86121.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=29.10%
G=39.55%
B=31.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3953420.2600.210.79132.8615.2218.04
Hex27352A1A0154F85f12
Octal476552320251172051722
Binary10011111010110101011010010101100111110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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