Html Css Color HEX #304741 Gable Green

📋 copy color: '#304741'

red 48 ◦ green 71 ◦ blue 65

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

Shades of Gable Green #304741

Tints of Gable Green #304741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 26.09%
G = 38.59%
B = 35.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#304741 (or 0x304741) is known color: Gable Green. HEX triplet: 30, 47 and 41. RGB value is (48,71,65). Sum of RGB (Red+Green+Blue) = 48+71+65=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #304741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304741 is #CFB8BE. Grayscale: #3F3F3F. Windows color (decimal): -13613247 or 4278064. OLE color: 4278064.

HSL color Cylindrical-coordinate representation of color #304741: hue angle of 164.35º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #304741 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 65 -
CMYK 0.32 0 0.08 0.72
HSL 164.35º 0.19% 0.23% -
HSV(B) 164.35º 0.32% 0.28% -
XYZ 4.43 5.52 5.83 -
YUV 63.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 48 71 65 0.32 0 0.08 0.72 164.35 0.19 0.23
Hex 30 47 41 20 0 8 48 A4 13 17
Octal 60 107 101 40 0 10 110 244 23 27
Binary 110000 1000111 1000001 100000 0 1000 1001000 10100100 10011 10111

Color Harmonies of #304741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304741

Black with #304741

Text Example


Text Example

White with #304741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304741; }

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

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

background-color css

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

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

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

border-color css

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

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

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