Html Css Color HEX #275048 Gable Green

📋 copy color: '#275048'

red 39 ◦ green 80 ◦ blue 72

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

Shades of Gable Green #275048

Tints of Gable Green #275048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 20.42%
G = 41.88%
B = 37.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#275048 (or 0x275048) is known color: Gable Green. HEX triplet: 27, 50 and 48. RGB value is (39,80,72). Sum of RGB (Red+Green+Blue) = 39+80+72=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #275048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275048 is #D8AFB7. Grayscale: #424242. Windows color (decimal): -14200760 or 4739111. OLE color: 4739111.

HSL color Cylindrical-coordinate representation of color #275048: hue angle of 168.29º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #275048 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 72 -
CMYK 0.51 0 0.10 0.69
HSL 168.29º 0.34% 0.23% -
HSV(B) 168.29º 0.51% 0.31% -
XYZ 4.88 6.64 7.15 -
YUV 66.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 39 80 72 0.51 0 0.10 0.69 168.29 0.34 0.23
Hex 27 50 48 33 0 A 45 A8 22 17
Octal 47 120 110 63 0 12 105 250 42 27
Binary 100111 1010000 1001000 110011 0 1010 1000101 10101000 100010 10111

Color Harmonies of #275048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275048

Black with #275048

Text Example


Text Example

White with #275048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275048; }

 p { color: rgb(39,80,72); }

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

background-color css

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

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

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

border-color css

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

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

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