#273328

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

Shades of Gordons Green #273328

Tints of Gordons Green #273328

Color information

#273328 (or 0x273328) is unknown color: approx Gordons Green. HEX triplet: 27, 33 and 28. RGB value is (39,51,40). Sum of RGB (Red+Green+Blue) = 39+51+40=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #273328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273328 is #D8CCD7. Grayscale: #2E2E2E. Windows color (decimal): -14208216 or 2634535. OLE color: 2634535.

HSL color Cylindrical-coordinate representation of color #273328: hue angle of 125º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #273328 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB395140-
CMYK0.2400.220.8
HSL125º13.33%17.65%-
HSV(B)125º23.53%20%-
XYZ2.42.952.45-
YUV46.16124.52122.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=30%
G=39.23%
B=30.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951400.2400.220.812513.3317.65
Hex27332818016507dd12
Octal476350300261201751522
Binary1001111100111010001100001011010100001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273328; }

 p { color: rgb(39,51,40); }

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

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

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

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

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

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

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