Html Css Color HEX #273027 Gordons Green

📋 copy color: '#273027'

red 39 ◦ green 48 ◦ blue 39

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

Shades of Gordons Green #273027

Tints of Gordons Green #273027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 30.95%
G = 38.1%
B = 30.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#273027 (or 0x273027) is known color: Gordons Green. HEX triplet: 27, 30 and 27. RGB value is (39,48,39). Sum of RGB (Red+Green+Blue) = 39+48+39=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #273027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273027 is #D8CFD8. Grayscale: #2C2C2C. Windows color (decimal): -14208985 or 2568231. OLE color: 2568231.

HSL color Cylindrical-coordinate representation of color #273027: hue angle of 120º 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 #273027 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 39 -
CMYK 0.19 0 0.19 0.81
HSL 120º 0.1% 0.17% -
HSV(B) 120º 0.19% 0.19% -
XYZ 2.26 2.69 2.32 -
YUV 44.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 39 48 39 0.19 0 0.19 0.81 120 0.1 0.17
Hex 27 30 27 13 0 13 51 78 A 11
Octal 47 60 47 23 0 23 121 170 12 21
Binary 100111 110000 100111 10011 0 10011 1010001 1111000 1010 10001

Color Harmonies of #273027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273027

Black with #273027

Text Example


Text Example

White with #273027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273027; }

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

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

background-color css

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

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

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

border-color css

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

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

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