Html Css Color HEX #273228 Gordons Green

📋 copy color: '#273228'

red 39 ◦ green 50 ◦ blue 40

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

Shades of Gordons Green #273228

Tints of Gordons Green #273228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 30.23%
G = 38.76%
B = 31.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#273228 (or 0x273228) is known color: Gordons Green. HEX triplet: 27, 32 and 28. RGB value is (39,50,40). Sum of RGB (Red+Green+Blue) = 39+50+40=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #273228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273228 is #D8CDD7. Grayscale: #2D2D2D. Windows color (decimal): -14208472 or 2634279. OLE color: 2634279.

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

Color convert

RGB 39 50 40 -
CMYK 0.22 0 0.20 0.80
HSL 125.45º 0.12% 0.17% -
HSV(B) 125.45º 0.22% 0.2% -
XYZ 2.36 2.87 2.44 -
YUV 45.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 39 50 40 0.22 0 0.20 0.80 125.45 0.12 0.17
Hex 27 32 28 16 0 14 50 7D C 11
Octal 47 62 50 26 0 24 120 175 14 21
Binary 100111 110010 101000 10110 0 10100 1010000 1111101 1100 10001

Color Harmonies of #273228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273228

Black with #273228

Text Example


Text Example

White with #273228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273228; }

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

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

background-color css

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

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

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

border-color css

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

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

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