Html Css Color HEX #273028 Gordons Green

📋 copy color: '#273028'

red 39 ◦ green 48 ◦ blue 40

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

Shades of Gordons Green #273028

Tints of Gordons Green #273028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.8%

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

R = 30.71%
G = 37.8%
B = 31.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#273028 (or 0x273028) is known color: Gordons Green. HEX triplet: 27, 30 and 28. RGB value is (39,48,40). Sum of RGB (Red+Green+Blue) = 39+48+40=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #273028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273028 is #D8CFD7. Grayscale: #2C2C2C. Windows color (decimal): -14208984 or 2633767. OLE color: 2633767.

HSL color Cylindrical-coordinate representation of color #273028: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #273028 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 40 -
CMYK 0.19 0 0.17 0.81
HSL 126.67º 0.1% 0.17% -
HSV(B) 126.67º 0.19% 0.19% -
XYZ 2.28 2.7 2.41 -
YUV 44.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 39 48 40 0.19 0 0.17 0.81 126.67 0.1 0.17
Hex 27 30 28 13 0 11 51 7F A 11
Octal 47 60 50 23 0 21 121 177 12 21
Binary 100111 110000 101000 10011 0 10001 1010001 1111111 1010 10001

Color Harmonies of #273028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273028

Black with #273028

Text Example


Text Example

White with #273028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273028; }

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

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

background-color css

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

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

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

border-color css

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

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

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