#273427

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

Shades of Gordons Green #273427

Tints of Gordons Green #273427

Color information

#273427 (or 0x273427) is unknown color: approx Gordons Green. HEX triplet: 27, 34 and 27. RGB value is (39,52,39). Sum of RGB (Red+Green+Blue) = 39+52+39=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #273427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273427 is #D8CBD8. Grayscale: #2E2E2E. Windows color (decimal): -14207961 or 2569255. OLE color: 2569255.

HSL color Cylindrical-coordinate representation of color #273427: hue angle of 120º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #273427 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB395239-
CMYK0.2500.250.80
HSL120º14.29%17.84%-
HSV(B)120º25%20.39%-
XYZ2.433.032.38-
YUV46.63123.69122.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952390.2500.250.8012014.2917.84
Hex273427190195078e12
Octal476447310311201701622
Binary1001111101001001111100101100110100001111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273427; }

 p { color: rgb(39,52,39); }

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

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

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

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

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

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

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