Html Css Color HEX #304641 Gable Green

📋 copy color: '#304641'

red 48 ◦ green 70 ◦ blue 65

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

Shades of Gable Green #304641

Tints of Gable Green #304641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 26.23%
G = 38.25%
B = 35.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#304641 (or 0x304641) is known color: Gable Green. HEX triplet: 30, 46 and 41. RGB value is (48,70,65). Sum of RGB (Red+Green+Blue) = 48+70+65=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #304641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304641 is #CFB9BE. Grayscale: #3E3E3E. Windows color (decimal): -13613503 or 4277808. OLE color: 4277808.

HSL color Cylindrical-coordinate representation of color #304641: hue angle of 166.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304641 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 65 -
CMYK 0.31 0 0.07 0.73
HSL 166.36º 0.19% 0.23% -
HSV(B) 166.36º 0.31% 0.27% -
XYZ 4.36 5.39 5.81 -
YUV 62.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 48 70 65 0.31 0 0.07 0.73 166.36 0.19 0.23
Hex 30 46 41 1F 0 7 49 A6 13 17
Octal 60 106 101 37 0 7 111 246 23 27
Binary 110000 1000110 1000001 11111 0 111 1001001 10100110 10011 10111

Color Harmonies of #304641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304641

Black with #304641

Text Example


Text Example

White with #304641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304641; }

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

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

background-color css

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

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

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

border-color css

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

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

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