Html Css Color HEX #273C2D Gordons Green

📋 copy color: '#273C2D'

red 39 ◦ green 60 ◦ blue 45

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

Shades of Gordons Green #273C2D

Tints of Gordons Green #273C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 27.08%
G = 41.67%
B = 31.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#273C2D (or 0x273C2D) is known color: Gordons Green. HEX triplet: 27, 3C and 2D. RGB value is (39,60,45). Sum of RGB (Red+Green+Blue) = 39+60+45=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #273C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C2D is #D8C3D2. Grayscale: #343434. Windows color (decimal): -14205907 or 2964519. OLE color: 2964519.

HSL color Cylindrical-coordinate representation of color #273C2D: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C2D is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 60 45 -
CMYK 0.35 0 0.25 0.76
HSL 137.14º 0.21% 0.19% -
HSV(B) 137.14º 0.35% 0.24% -
XYZ 2.93 3.85 3.07 -
YUV 52.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 39 60 45 0.35 0 0.25 0.76 137.14 0.21 0.19
Hex 27 3C 2D 23 0 19 4C 89 15 13
Octal 47 74 55 43 0 31 114 211 25 23
Binary 100111 111100 101101 100011 0 11001 1001100 10001001 10101 10011

Color Harmonies of #273C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C2D

Black with #273C2D

Text Example


Text Example

White with #273C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273C2D; }

 p { color: rgb(39,60,45); }

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

background-color css

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

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

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

border-color css

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

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

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