#27402D

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

Shades of Gordons Green #27402D

Tints of Gordons Green #27402D

Color information

#27402D (or 0x27402D) is unknown color: approx Gordons Green. HEX triplet: 27, 40 and 2D. RGB value is (39,64,45). Sum of RGB (Red+Green+Blue) = 39+64+45=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #27402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27402D is #D8BFD2. Grayscale: #363636. Windows color (decimal): -14204883 or 2965543. OLE color: 2965543.

HSL color Cylindrical-coordinate representation of color #27402D: hue angle of 134.4º 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 #27402D is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB396445-
CMYK0.3900.300.75
HSL134.4º24.27%20.2%-
HSV(B)134.4º39.06%25.1%-
XYZ3.144.293.14-
YUV54.36122.72117.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=26.35%
G=43.24%
B=30.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964450.3900.300.75134.424.2720.2
Hex27402D2701E4B861814
Octal4710055470361132063024
Binary10011110000001011011001110111101001011100001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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