Html Css Color HEX #273229 Gordons Green

📋 copy color: '#273229'

red 39 ◦ green 50 ◦ blue 41

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

Shades of Gordons Green #273229

Tints of Gordons Green #273229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

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

R = 30%
G = 38.46%
B = 31.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#273229 (or 0x273229) is known color: Gordons Green. HEX triplet: 27, 32 and 29. RGB value is (39,50,41). Sum of RGB (Red+Green+Blue) = 39+50+41=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #273229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273229 is #D8CDD6. Grayscale: #2D2D2D. Windows color (decimal): -14208471 or 2699815. OLE color: 2699815.

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

Color convert

RGB 39 50 41 -
CMYK 0.22 0 0.18 0.80
HSL 130.91º 0.12% 0.17% -
HSV(B) 130.91º 0.22% 0.2% -
XYZ 2.38 2.87 2.53 -
YUV 45.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 39 50 41 0.22 0 0.18 0.80 130.91 0.12 0.17
Hex 27 32 29 16 0 12 50 83 C 11
Octal 47 62 51 26 0 22 120 203 14 21
Binary 100111 110010 101001 10110 0 10010 1010000 10000011 1100 10001

Color Harmonies of #273229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273229

Black with #273229

Text Example


Text Example

White with #273229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273229; }

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

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

background-color css

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

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

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

border-color css

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

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

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