Html Css Color HEX #304E47 Gable Green

📋 copy color: '#304E47'

red 48 ◦ green 78 ◦ blue 71

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

Shades of Gable Green #304E47

Tints of Gable Green #304E47

RGB

 RED value IS 48 (19.14% from 255) = 24.37%

 GREEN value IS 78 (30.86% from 255) = 39.59%

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

R = 24.37%
G = 39.59%
B = 36.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#304E47 (or 0x304E47) is known color: Gable Green. HEX triplet: 30, 4E and 47. RGB value is (48,78,71). Sum of RGB (Red+Green+Blue) = 48+78+71=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 78 - color contains mainly: green. Hex color #304E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E47 is #CFB1B8. Grayscale: #444444. Windows color (decimal): -13611449 or 4673072. OLE color: 4673072.

HSL color Cylindrical-coordinate representation of color #304E47: hue angle of 166º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E47 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 78 71 -
CMYK 0.38 0 0.09 0.69
HSL 166º 0.24% 0.25% -
HSV(B) 166º 0.38% 0.31% -
XYZ 5.08 6.53 6.95 -
YUV 68.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 48 78 71 0.38 0 0.09 0.69 166 0.24 0.25
Hex 30 4E 47 26 0 9 45 A6 18 19
Octal 60 116 107 46 0 11 105 246 30 31
Binary 110000 1001110 1000111 100110 0 1001 1000101 10100110 11000 11001

Color Harmonies of #304E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E47

Black with #304E47

Text Example


Text Example

White with #304E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304E47; }

 p { color: rgb(48,78,71); }

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

background-color css

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

 a { background-color: rgb(48,78,71); }

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

border-color css

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

 span { border-color: rgb(48,78,71); }

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