Html Css Color HEX #275047 Gable Green

📋 copy color: '#275047'

red 39 ◦ green 80 ◦ blue 71

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

Shades of Gable Green #275047

Tints of Gable Green #275047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 20.53%
G = 42.11%
B = 37.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#275047 (or 0x275047) is known color: Gable Green. HEX triplet: 27, 50 and 47. RGB value is (39,80,71). Sum of RGB (Red+Green+Blue) = 39+80+71=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #275047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275047 is #D8AFB8. Grayscale: #424242. Windows color (decimal): -14200761 or 4673575. OLE color: 4673575.

HSL color Cylindrical-coordinate representation of color #275047: hue angle of 166.83º 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 #275047 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 71 -
CMYK 0.51 0 0.11 0.69
HSL 166.83º 0.34% 0.23% -
HSV(B) 166.83º 0.51% 0.31% -
XYZ 4.84 6.62 6.98 -
YUV 66.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 39 80 71 0.51 0 0.11 0.69 166.83 0.34 0.23
Hex 27 50 47 33 0 B 45 A7 22 17
Octal 47 120 107 63 0 13 105 247 42 27
Binary 100111 1010000 1000111 110011 0 1011 1000101 10100111 100010 10111

Color Harmonies of #275047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275047

Black with #275047

Text Example


Text Example

White with #275047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275047; }

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

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

background-color css

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

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

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

border-color css

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

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

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