Html Css Color HEX #274F47 Gable Green

📋 copy color: '#274F47'

red 39 ◦ green 79 ◦ blue 71

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

Shades of Gable Green #274F47

Tints of Gable Green #274F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

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

R = 20.63%
G = 41.8%
B = 37.57%

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

#274F47 (or 0x274F47) is known color: Gable Green. HEX triplet: 27, 4F and 47. RGB value is (39,79,71). Sum of RGB (Red+Green+Blue) = 39+79+71=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #274F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F47 is #D8B0B8. Grayscale: #424242. Windows color (decimal): -14201017 or 4673319. OLE color: 4673319.

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

Color convert

RGB 39 79 71 -
CMYK 0.51 0 0.10 0.69
HSL 168º 0.34% 0.23% -
HSV(B) 168º 0.51% 0.31% -
XYZ 4.77 6.48 6.96 -
YUV 66.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 39 79 71 0.51 0 0.10 0.69 168 0.34 0.23
Hex 27 4F 47 33 0 A 45 A8 22 17
Octal 47 117 107 63 0 12 105 250 42 27
Binary 100111 1001111 1000111 110011 0 1010 1000101 10101000 100010 10111

Color Harmonies of #274F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F47

Black with #274F47

Text Example


Text Example

White with #274F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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