Html Css Color HEX #275249 Gable Green

📋 copy color: '#275249'

red 39 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #275249

Tints of Gable Green #275249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 20.1%
G = 42.27%
B = 37.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#275249 (or 0x275249) is known color: Gable Green. HEX triplet: 27, 52 and 49. RGB value is (39,82,73). Sum of RGB (Red+Green+Blue) = 39+82+73=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #275249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275249 is #D8ADB6. Grayscale: #444444. Windows color (decimal): -14200247 or 4805159. OLE color: 4805159.

HSL color Cylindrical-coordinate representation of color #275249: hue angle of 167.44º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275249 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 82 73 -
CMYK 0.52 0 0.11 0.68
HSL 167.44º 0.36% 0.24% -
HSV(B) 167.44º 0.52% 0.32% -
XYZ 5.06 6.95 7.38 -
YUV 68.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 39 82 73 0.52 0 0.11 0.68 167.44 0.36 0.24
Hex 27 52 49 34 0 B 44 A7 24 18
Octal 47 122 111 64 0 13 104 247 44 30
Binary 100111 1010010 1001001 110100 0 1011 1000100 10100111 100100 11000

Color Harmonies of #275249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275249

Black with #275249

Text Example


Text Example

White with #275249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275249; }

 p { color: rgb(39,82,73); }

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

background-color css

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

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

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

border-color css

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

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

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