Html Css Color HEX #273329 Gordons Green

📋 copy color: '#273329'

red 39 ◦ green 51 ◦ blue 41

#273329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #273329

Tints of Gordons Green #273329

RGB

 RED value IS 39 (15.63% from 255) = 29.77%

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 41 (16.41% from 255) = 31.3%

R = 29.77%
G = 38.93%
B = 31.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#273329 (or 0x273329) is known color: Gordons Green. HEX triplet: 27, 33 and 29. RGB value is (39,51,41). Sum of RGB (Red+Green+Blue) = 39+51+41=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #273329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273329 is #D8CCD6. Grayscale: #2E2E2E. Windows color (decimal): -14208215 or 2700071. OLE color: 2700071.

HSL color Cylindrical-coordinate representation of color #273329: hue angle of 130º 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 #273329 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 41 -
CMYK 0.24 0 0.20 0.8
HSL 130º 0.13% 0.18% -
HSV(B) 130º 0.24% 0.2% -
XYZ 2.42 2.96 2.54 -
YUV 46.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 39 51 41 0.24 0 0.20 0.8 130 0.13 0.18
Hex 27 33 29 18 0 14 50 82 D 12
Octal 47 63 51 30 0 24 120 202 15 22
Binary 100111 110011 101001 11000 0 10100 1010000 10000010 1101 10010

Color Harmonies of #273329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273329

Black with #273329

Text Example


Text Example

White with #273329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273329; }

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

 H1.HeaderClassName
 {
   color: #273329;
 }
 .AnyTagClassName
 {
   color: #273329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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